How to use
The nth root reverses raising a number to the power n. Over the real numbers, a negative radicand has a real nth root only when n is an odd integer.
- Enter x.
- Enter integer n from 2 to 1000.
- Review the root and approximate power-back check.
How it is calculated
ⁿ√x=x^(1/n) on the real domain
Example
∛27 = 3 because 3³ = 27, and ∛(−8) = −2 because (−2)³ = −8.
Important notes
The power-back check can differ slightly from x because browser floating-point arithmetic is finite-precision.
Frequently asked questions
Does an even root of a negative number have a real value?
No, not in the real-number domain.
Are negative cube roots supported?
Yes, because 3 is odd.
Can n be decimal?
No. This tool uses an integer root index.
Is this calculator free?
Yes. It is free to use and requires no account.