ProtoFlux:Nth Root

From Resonite Wiki
Revision as of 19:14, 6 June 2024 by Yosh (talk | contribs) (create nth root page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
n√x
N
*
Math

The Nth Root node returns the positive, real nth root of the input.

Inputs

Value (Pseudo-generic)

The number to root.

N (float)

The degree of the root.

Outputs

* (Pseudo-generic)

The positive, real nth root of N. The specific function provided by this node is Pow(Value, 1/N). As such, refer to the Pow node for special cases to consider.