ADELIA |
VADELIA |
SADELIA |
WADELIA |
EADELIA |
(I/B) |
(I/B) |
(B) |
(I/B) |
(B) |
Description
This predefined function is used to calculate a number's logarithm (to base 10).
Syntax
Result = &LOGARITHM_10(Number)
Parameters
|
Description |
Contents |
Controls |
Result |
Numeric variable with decimals. |
Base 10 logarithm of the number set as a parameter. |
|
Number |
Numeric constant or variable with decimals. |
Number whose logarithmic value is to be calculated. This number must be positive. |
Mandatory parameter. |
Example
NUMBER = 2
RESULT = &LOGARITHM_10(NUMBER)
*
* The RESULT is equal to: 0.30103
List of predefined functions by topic