Power: Difference between revisions
-u ndefined- (talk | contribs) m (Make infobox, clarification, and Related section)  | 
				-u ndefined- (talk | contribs)  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.  | ||
{{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.  | ||
{{Image|Power_root.jpg|The 3rd root of 64 is 3.}}  | |||
== Related ==  | == Related ==  | ||
Latest revision as of 10:06, 22 May 2024
Power
  | Type | Script block | 
| Collider | None | 
| Folder | Math | 
| 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.

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