LOGARITHM Function

The LOGARITHM function returns the common logarithm (base 10) 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

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.

Example

The following script would return the value 3.

LOGARITHM(1000)