Description Usage Arguments Details Value See Also Examples
Find the n-th root of real numbers
1 | nthroot(a, n, tol = 1/1000)
|
a |
a positive real number |
n |
n |
tol |
the permitted error tolerance |
The nthroot function finds the nth root of a via
an iterative process.
the root
Other algebra:
bilinear(),
cubicspline(),
division,
fibonacci(),
horner(),
isPrime(),
linterp(),
polyinterp(),
pwiselinterp(),
quadratic()
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.