The Math class / util.Math methods |
Computes the value of x raised to the power y.
util.Math.pow( x FLOAT, y FLOAT ) RETURNING result FLOAT
The function returns NULL if one of the argument provided is invalid.
If x is negative, the caller should ensure that y is an integer value.