Calculates the nth-root of a number.
The number
Optional
The nth-root to take
const result = Chalkboard.real.root(27, 3); // Returns 3 Copy
const result = Chalkboard.real.root(27, 3); // Returns 3
Calculates the nth-root of a number.