Power
Calculates a number raised to a power
Inputs
Power(base, exponent)
base
- The number to raise to theexponent
power. Ifbase
is negative,exponent
must be an integer.exponent
- The exponent to raisebase
to.
Calculates a number raised to a power
Power(base, exponent)
base
- The number to raise to the exponent
power. If base
is negative, exponent
must be an integer.
exponent
- The exponent to raise base
to.