NXSL:log

From NetXMS Wiki
Revision as of 13:19, 22 November 2017 by TatjanaDubrovica (talk | contribs)
Jump to navigation Jump to search

Calculates natural logarithm of given value.


Syntax

log(x);


Parameters

x input value

Return Value

Natural logarithm of x.

Examples

log(2)		->	0.693147