The system function MathLib.pow returns a number raised to the power of a second number. A domain exception is raised if on pow(x,y) the value of x is negative and y is non-integral, or the value of x is 0.0 and y is negative.
MathLib.pow( numericField1 mathLibNumber in, numericField2 mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.pow(myItem01,myItem02);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib