Description Usage Arguments Details Value See Also Examples
Finds a linear function between two points
1 | linterp(x1, y1, x2, y2)
|
x1 |
x value of the first point |
y1 |
y value of the first point |
x2 |
x value of the second point |
y2 |
y value of the second point |
linterp finds a linear function between two points.
a linear equation's coefficients
Other interp:
bezier,
bilinear(),
cubicspline(),
nn(),
polyinterp(),
pwiselinterp()
Other algebra:
bilinear(),
cubicspline(),
division,
fibonacci(),
horner(),
isPrime(),
nthroot(),
polyinterp(),
pwiselinterp(),
quadratic()
1 | f <- linterp(3, 2, 7, -2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.