Log()
Syntax
Result.f = Log(Number.f)Description
Returns the natural Log (ie log to the base e) of the given number.
Parameters
Number.f The number to calculate the Log from. This must be a positive value.
Return value
Returns the natural Log of the number.
Remarks
This is the inverse function of Exp(). This function can handle float and double values.
See Also
Exp(), Log10()
Supported OS
All