This function is one of Author's Mathematical Functions and Operators, which are useful for performing various calculations.
Function name |
LOGARITHM |
Usage model | LOGARITHM ( n:NUM ) |
Parameters | This function requires you to replace only one parameter: |
n: NUM |
The function returns the common logarithm of this number value. |
Result | A number value. |
The following script would return the value 3.
LOGARITHM(1000)
After you download the example template, you can import the template to any workspace to see this example code in action.