pow
number pow(base, exponent)
Returns the value of
base
raised to the power of
exponent
.
Parameters
base
— base.
exponent
— exponent.
Returns
the value
base
exponent
.