Difference between revisions of "NXSL:log"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ Calculates natural logarithm of given value. == Syntax == log(''x''); == Parameters == :{| |- | ''x'' || input value |} == Return Value == Natural logarithm ...")
(No difference)

Revision as of 20:46, 19 December 2012

Calculates natural logarithm of given value.


Syntax

log(x);


Parameters

x input value

Return Value

Natural logarithm of x.

Examples

log(2)		->	0.693147