The LOG10 function returns the base-10 logarithm of the input value.
Format

Arguments definition
|
|
A real number or a function that returns a real number |
Formulation

Example
ex1) Function : LOG10(1)
Result : 0
ex2) Function : LOG10(10)
Result : 1