Power

Revision as of 10:06, 22 May 2024 by -u ndefined- (talk | contribs) (Use template Image)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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