Log-10 - Function SummarySummary:Returns the base-10 logarithm. Usage:log-10 value Arguments:value - The value argument. (must be: number) Description:The LOG-10 function returns the base-10 logarithm of the number provided. The argument must be a positive value, otherwise an error will occur (which can be trapped with the TRY function).
Related:exp - Raises E (natural number) to the power specified.
| ||||
|