Difference between revisions of "NXSL:exp"

From NetXMS Wiki
Jump to navigation Jump to search
(Initial version)
 
m
Line 5: Line 5:
== Syntax ==
== Syntax ==


exp(''power'')
exp(''power'');





Revision as of 21:19, 22 July 2012

Returns e (the base of natural logarithms) raised to a power


Syntax

exp(power);


Parameters

power Used to calculate epower.

Return Value

epower expressed as a real number.


Examples

exp(2)		->	7.3890561