NXSL:pow

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

Calculates x raised to the power of y.


Syntax

pow(x, y);


Parameters

x Initial value.
y Power.


Return Value

x raised to the power of y.


Examples

pow(2, 3)	->	8