Log (logarithm)
Log Function
Calculates the logarithm of a number to the specified base.
Syntax
Log(scalar Value, scalar Base)
Arguments
| Argument | Description |
|---|---|
scalar Value | Number to be converted |
scalar Base | Logarithmic base to be used for the conversion |
Examples:
Log(200,10)
Returns base-10 logarithm of 200.