Changes by last author:

Added:
= log =

== Syntax ==

:double log(double x)

== Arguments ==

:x

::Value to be processed.

== Return ==

:Logarithm of x.

== Description ==

:Returns the natural logarithm of parameter x.

== Also see ==

:log10

== Comments ==

:Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.