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