ProtoFlux:NthRoot: Difference between revisions

From Resonite Wiki
create nth root page
 
m YoshBot moved page ProtoFlux:Nth Root to ProtoFlux:NthRoot: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:28, 21 August 2025

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.