pow
Raise a number to the given power.
g.pow(2, 3);
Parameters
base: The base numberexponent: The exponent used to raise thebase.
Raise a number to the given power.
g.pow(2, 3);
base: The base numberexponent: The exponent used to raise the base.