Description Calculates the base 10 logarithm of a number.
Syntax myLog = Log10 ( x )
Parameters myLog (Double) The base 10 logarithm of the number x.
x As Double The number whose logarithm to compute.
Remarks This function calculates the base 10 logarithm of a number x. No errors are set.
See Also Examples
|