Log()
语法
Result.f = Log(Number.f)概要
Returns the natural Log (ie log to the base e) of the given number.
参数
Number.f The number to calculate the Log from. This must be a positive value.
返回值
Returns the natural Log of the number.
Remarks
This is the inverse function of Exp(). This function can handle float and double values.
参阅
Exp(), Log10()
已支持操作系统
所有