Log
Calculates the base 10 logarithm of a number.
Syntax
Log(Number)
Number:
Any number.
Return Value
The base 10 logarithm of Number.
Related Functions
Example
Variable=Log(100);
! Sets Variable to 2 (that is 100=10 to the power of 2).
See Also