In exponential math, you're essentially dealing with exponents, which represent repeated multiplication of a base number. For example, 2^3 (2 to the power of 3) means 2 multiplied by itself three times: 2 * 2 * 2 = 8.
Inputs
Name | Abbreviation | Type | Access | Description |
A | A | Number | Item | The base number |
B | B | Number | Item | The exponent number |
Outputs
Name | Abbreviation | Type | Access | Description |
Result | R | Number | Item | The result of the power operation |
How to
Feed in a number
This could be the a numeric result of another node
Or, you can use a number node
Or, you can type numbers into the box
If you need to process multiple numbers in a list, use the map node
The result is the result of the power operation.
ex: 3^2 = 9
ex 2^3 = 8

