Log()
Summary
Returns the natural logarithm of a number.
Syntax
log_value = Log(real input_value)
| Argument | Contents |
|---|---|
| input_value | Any number |
Returns
A real number indicating the natural logarithm (base e ) of input_value.
Notes
-
Common notations for the natural logarithm of x include "loge(x)" and "ln(x)."
See Also
| Function | Summary |
|---|---|
| Log10() | Returns the common logarithm of a value |
| Exp() | Returns the value of the constant e raised to a power |