root()

Determines the nth-root of a number.

This function is valid in v2.1.0 to v2.4.1. This function has been downloaded 0 times.

Parameters

{number} number
Number to be rooted.
{number} n
The degree to which number should be rooted (eg. 3 for cube root).

Returns

{number}
number to the nth-root.