执行数学函数 expm1。
expm1
math().expm1(value)
value
Int | Float:整数结果会返回 Int,非整数结果返回 Float。
Int | Float
Int
Float
result = math().expm1(1, 2)