Root

Overview

Root calculates the nth root of a number, where n is called the degree of the root. This Node outputs the number which, when raised to the nth power, yields the base given as input.

The most common example of Root operations is finding the square (degree 2) root, or cubic (degree 3) root of a number. However, this can also be used for higher degrees.

Attributes

Inputs

Outputs

See Also

Last updated