Exp()
语法
Result.f = Exp(Number.f)概要
Returns the result of the exponential function. This is the value e raised to the power 'Number'.
参数
Number.f The input for the exponential function.
返回值
Returns the value e raised to the power 'Number'.
Remarks
This is the inverse function of Log(). This function can handle float and double values.
参阅
Log()
已支持操作系统
所有