<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Mathematical functions > Log10() |
Calculate the base 10 logarithm of a number.
If Number < 0, the absolute value is taken first.
REGULAR FUNCTION
Result = Log10(Number)
Number |
REAL |
Number of which to find the logarithm. |
Result |
REAL |
Result of the calculation. |