powered by
Find the n-th root of real numbers
nthroot(a, n, tol = 1/1000)
a positive real number
n
the permitted error tolerance
the root
The nthroot function finds the nth root of a via an iterative process.
nthroot
a
Other algebra: bilinear(), cubicspline(), division, fibonacci(), horner(), isPrime(), linterp(), polyinterp(), pwiselinterp(), quadratic()
bilinear()
cubicspline()
division
fibonacci()
horner()
isPrime()
linterp()
polyinterp()
pwiselinterp()
quadratic()
# NOT RUN { nthroot(100, 2) nthroot(65536, 4) nthroot(1000, 3) # }
Run the code above in your browser using DataLab