X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Finterpolation.py;h=e32ed6d24712da31ff96bcfa6c3c53278abc112a;hb=3cfc8e228ae337aed975118444a8cbad9a5a7ac3;hp=5c8fa288de43c0ffa8b580cece5a0566945f88b9;hpb=94fb4e7b5ff5590a37043f65ed0acf7117ba3b35;p=sage.d.git diff --git a/mjo/interpolation.py b/mjo/interpolation.py index 5c8fa28..e32ed6d 100644 --- a/mjo/interpolation.py +++ b/mjo/interpolation.py @@ -60,7 +60,7 @@ def lagrange_coefficient(k, x, xs): def lagrange_polynomial(x, xs, ys): """ - Return the Lagrange form of the interpolation polynomial in `x` of + Return the Lagrange form of the interpolating polynomial in `x` at the points (xs[k], ys[k]). INPUT: