LOG10
The LOG10 function is a mathematical function that returns the logarithm to the base 10 of a number.
Function Name |
LOG10 |
Description |
Returns the logarithm to base 10 of an input number. |
Arguments |
LOG10(INTEGER or REAL) The input number has to be greater than 0. For more information, see Number (Integer or Real). |
Returns |
INTEGER or REAL The logarithm to base 10 of the input number. |
Example:
LOG10 (2)
The output is 0.3