Nth Root Calculator
Compute the nth root of a number.
Examples
- Value 27, n 3 ⇒ 3
- Value 16, n 4 ⇒ 2
FAQ
Can n be fractional?
No, enter a positive number greater than zero.
What if value is negative?
Negative values are not supported in this calculator.
Is the square root just n=2?
Yes, set n to 2 for square roots.
Are results rounded?
Results use JavaScript's floating-point precision.
Additional Information
- The nth root is the inverse operation of raising a number to the nth power.
- Even roots of negative values yield complex numbers and are not supported.
- Large root values can introduce rounding errors due to floating-point precision.