|
|
|||
|
|
| RationalInterpolation[expr, {x, m, n}, {x1, x2, ..., xn+m+1}] gives the rational interpolant to expr with numerator order m and denominator order n, where x1, x2, ... are the abscissas of the interpolation points. |
| RationalInterpolation[expr, {x, m, n}, {x, x0, x1}] gives the rational interpolant with the interpolation points chosen automatically on the interval x0 to x1. |
| WorkingPrecision | MachinePrecision | precision to use in internal computations | |
| Bias | 0 | bias in the automatic choice of interpolation points |
| © 2013 Wolfram Research, Inc. |