The Ln
function returns the natural logarithm of a number.
Declaration
Ln(Value)
Parameters
Value | [in] | Required | Float | |
Result | Float |
Description
Returns the natural logarithm of the value specified by the Value parameter.
Parameters
The function has the following parameter:
Value
Specifies the number to be processed.
Return Value
A float value that holds the natural logarithm of the specified value. If Value is empty, an error occurs.