Log10()
Syntax
Result.f = Log10(Number.f)Description
Returns the log in base 10 of the given number.
Parameters
Number.f The number to calculate the log from. This must be a positive value.
Return value
Returns the log in base 10.
Remarks
This function can handle float and double values.
See Also
Log()
Supported OS
All