ProtoFlux:Nth Root

From Resonite Wiki
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.