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 ...")
 
Line 10: Line 10:
== Parameters ==
== Parameters ==


:{|
:{| class="wikitable"
|-
|-
| ''x'' || input value
| ''x'' || input value

Revision as of 13:19, 22 November 2017

Calculates natural logarithm of given value.


Syntax

log(x);


Parameters

x input value

Return Value

Natural logarithm of x.

Examples

log(2)		->	0.693147