Root Float
Purpose of the Node
The Root Float node calculates the nth root of a given float input. It takes two inputs: the radicand (the float to take the root of) and the degree (the degree of the root). The result of the root calculation is output as a float.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Radicand | The float to take the root of | Float | Float |
Degree | The degree of the root | Integer | Integer |
Root | Result of the root calculation | Float | Float |