This function returns the natural (base e, approximately 2.718) logarithmic value of the number given.
This is the inverse to the function Exp(number).
Note that the natural logarithm function is undefined for values less than 0.
Log( number )
| number | The number to compute the logarithmic value (to the base of e) of. |
|---|
Number
Log(0) // Returns -INFINITY Log(exp(1)) // Returns 1 Log(exp(1)*exp(1)) // Returns 2 Log(100) // Returns 4.61
i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.