Expresses the 10-digit logarithm of a real number.
real log10(real arg)
Parameter
Description
arg
The number for which to calculate the logarithm.
The base 10 logarithm of the specified number.
log10(200); //Returns the value 2.30.