Wiki
Calculator
-- Make calculations easier!
Tweet
Print
Home
>
Math
>
Algebra
> nth root of a positive real number
nth root of a positive real number
Formula
r
nth positive root of x
x
a positive real number
n
a number
Formula description
In mathematics, the nth root of a number x is a number r which, when raised to the power of n, equals x. The principal nth root of a positive real number, is the positive real solution of the the nth power of the root.
Calculator (
how to use calculator?
)
x
n
r
Precision
0
1
2
3
4
5
6
7
8
9
Formula code
C
C#
C++
Java
JavaScript
LaTeX
PHP
#include
r =pow(x,1/n)
r = Math.Pow(x,1/n)
#include
r =pow(x,1/n)
r = Math.pow(x,1/n)
r = Math.pow(x,1/n)
r = \sqrt[n]{x} \,=\, x^{1/n}
$r = pow($x,1/$n)
References
wikipedia:N_th root algorithm.
wikipedia: nth root.
Comment or add more code
If you cannot find the formula or calculator you want, please tell us what you want and we will add it for you ASAP. If you want anything else or find any error on this page, please just let us know. If you know the formula in other languages, you are welcome to add it. Thanks for contributing to wikicalculator.com!
Comment
Add code for the formula
Please help us do better by providing your opinions(<= 500 characters):
Language:
(<= 500 characters)
Name
Email
Home Page