NXSL:log

Revision as of 22:46, 19 December 2012 by Victor (talk | contribs) (Created page with "__NOTOC__ Calculates natural logarithm of given value. == Syntax == log(''x''); == Parameters == :{| |- | ''x'' || input value |} == Return Value == Natural logarithm ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Calculates natural logarithm of given value.


Syntax

log(x);


Parameters

x input value

Return Value

Natural logarithm of x.

Examples

log(2)		->	0.693147