Log(Numeric number)
Returns the base 10 logarithm of a number.
Parameters
- number
- The positive real number for which you want the logarithm.
Returns
Numeric
Examples
Log(100)
returns 2
Returns the base 10 logarithm of a number.
Numeric
Log(100)
returns 2