Log()
Log()
Type: REGULAR FUNCTION
Purpose: Calculate the natural (base e) logarithm of a Number.
If Number < 0, the absolute value is taken first.
Usage: Result = Log(Number)
Number |
REAL |
Number of which to find the logarithm |
|
Result |
REAL |
Result of the calculation. |
Comments are closed.