Log10 (common logarithm)
Returns the common logarithm (with base 10) of given value.
syntax
Log10(
number
)
input
positive real number
returns
real number
example
Log10(10) = 1
Log10(1) = 0
Log10(0,5) = -0,301029995663981195