NXSL:log

Revision as of 11:19, 22 November 2017 by TatjanaDubrovica (talk | contribs)

Calculates natural logarithm of given value.


Syntax

log(x);


Parameters

x input value

Return Value

Natural logarithm of x.

Examples

log(2)		->	0.693147