LOG function
From Apache OpenOffice Wiki
< Documentation | How Tos
Trigonometric
Hyperbolic
Rounding and remainders
Logarithm/Powers
Bessel functions
Miscellaneous
LOG
Returns the logarithm of a number to the specified base.
Syntax:
LOG(number; base)
- returns the logarithm to base base of number.
Example:
LOG(10; 3)
- returns the logarithm to base 3 of 10 (approximately 2.0959).
LOG(7^4; 7)
- returns 4.
See Also