NXSL:pow

From NetXMS Wiki
Revision as of 18:13, 13 September 2022 by AlexKirhenshtein (talk | contribs) (Text replacement - "^" to "{{deprecated}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

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