power
Raises arg to the non-negative integer power exponent.
Special case: 0 ^ 0 is 1.
Return
the base raised to the power.
Author
Evgeniy Zhelenskiy
Parameters
<receiver>
the algebra to provide multiplication.
arg
the base.
exponent
the exponent.
Raises arg to the non-negative integer power exponent.
Special case: 0 ^ 0 is 1.
the base raised to the power.
Evgeniy Zhelenskiy
the algebra to provide multiplication.
the base.
the exponent.