log PowerHome formula function
Description
Gets the natural logarithm of a number.
Syntax
log ( n )
Argument |
Description |
n
|
The number for which you want the natural logarithm (base e). The value of n must be greater than 0
|
Return value
Double. Returns the natural logarithm of n. An execution error occurs if n is negative or zero. The inverse of the Log function is the Exp function.