NATURAL LOGARITHM Function
The NATURAL LOGARITHM function returns the natural logarithm (base ~2.71828 - the value of e) of the number value you specify.
This function is one of Author's Mathematical Functions and Operators, which are useful for performing various calculations.
Function name | NATURAL LOGARITHM |
Usage model | NATURAL LOGARITHM ( n:NUM ) |
Parameters | This function requires you to replace only one parameter: |
n: NUM |
The function returns the natural logarithm of this number value. |
Result | A number value. |
Example
The following script would return the value 6.907755.
NATURAL LOGARITHM (1000)