log block


Description:

Reports the logarithm base 10 of number.
Note: The return value x will be the number for which 10 to the power of x is equal to number.

Arguments:

number (number): The number of which to take the natural logarithm

Examples:

Reports 3 because 10 to the power of 3 is 1000.

Related commands: ln