Power: Difference between revisions

From Fancade Wiki
m (Make infobox, clarification, and Related section)
m (Use template Image)
 
Line 10: Line 10:
Raises a [[number]] to the power of an exponent. In other words, the base multiplied by itself an exponent number of times.
Raises a [[number]] to the power of an exponent. In other words, the base multiplied by itself an exponent number of times.


[[File:Power_example.jpg]]
{{Image|Power_example.jpg|4 to the power of 3 is 64.}}


== Notes ==
== Notes ==
Line 16: Line 16:
If you want to find the nth root of a number, you must invert the exponent.
If you want to find the nth root of a number, you must invert the exponent.


[[File:Power_root.jpg]]
{{Image|Power_root.jpg|The 3rd root of 64 is 3.}}


== Related ==
== Related ==

Latest revision as of 10:06, 22 May 2024

Power
Power.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Base
Exponent
Outputs Base ^ Exponent

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

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.

The 3rd root of 64 is 3.

Related