Description Usage Arguments Details Value See Also Examples
Algorithms for division that provide a quotient and remainder.
1 2 3 |
m |
the dividend |
n |
the divisor |
The naivediv
divides m
by n
by using repeated
division. The longdiv
function uses the long division
algorithm in binary.
the quotient and remainder as a list
Other algebra:
bilinear()
,
cubicspline()
,
fibonacci()
,
horner()
,
isPrime()
,
linterp()
,
nthroot()
,
polyinterp()
,
pwiselinterp()
,
quadratic()
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.