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. |
The following script would return the value 6.907755.
NATURAL LOGARITHM (1000)
After you download the example template, you can import the template to any workspace to see this example code in action.