系统函数 MathLib.exp 返回 e 的数字次幂。
MathLib.exp(numericField mathLibNumber in)
returns (result mathLibTypeDependentResult)
- result
- 任何数字或 HEX 项,如 MathLib 中所述。MathLib.exp
返回的值被转换为具有 result 的格式,并在
result 中返回。
- numericField
- 任何数字或 HEX 项,如 MathLib 中所述。在调用 MathLib.exp 之前,该项被转换为双精度浮点。