Raises a number to the power of an exponent. In other words, the base multiplied by itself an exponent number of times.

Power
Power.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Base
Exponent
Outputs Base ^ Exponent
4 to the power of 3 is 64.

Notes

If you want to find the nth root of a number, you must invert the exponent.

 

Related