LOG
Logarithm with arbitrary base.
Category: Numeric Functions
Syntax
LOG(num, base)
Arguments
- num
numberNumeric input value. - base
numberNumeric input value.
Returns
double — Returns the computed result as double.
Logarithm with arbitrary base.
Category: Numeric Functions
LOG(num, base)
number
Numeric input value.number
Numeric input value.double — Returns the computed result as double.