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