ProtoFlux:Pow

From Resonite Wiki
Revision as of 07:58, 22 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the Pow node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
N
*
Power
Math

The Pow node takes in a base number and a power to raise the base to, then returns the result.

Inputs

N (float)

The base number for this node.

Power (float)

The exponent (or power) for this node.

Outputs

* (float)

Returns the result of the base raised to the power.

Examples

Suppose we have the base number 3 and an exponent of 4. This is written as 3⁴.

To calculate 3⁴:

3⁴ = 3 × 3 × 3 × 3 = 81

In this example:

   The base is 3.
   The exponent is 4.
   3⁴ is read as "three to the power of four" or "three raised to the fourth power."