====== log ====== ===== Description ===== Calculate the natural logarithm (base e) of a number. ===== Function prototype ===== double log ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | value | double | A number, the natural logarithm of which is to be calculated. | ===== Return value ===== The natural logarithm of the value provided, in double-precision. ===== Example ===== echo // log(e) = 1 ... the output of which is written to the event log by [[plugins:general:zeoscript:reference:functions:echo]] as: 1 ===== Comments ===== None. ===== See also ===== * [[plugins:general:zeoscript:reference:functions:pow]] * [[plugins:general:zeoscript:reference:functions:log10]]