From: Michael Orlitzky Date: Mon, 27 Jul 2015 14:33:55 +0000 (-0400) Subject: mjo/interpolation.py: fix typo. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=f463f748186b5d9808cc93a37a86dc41f901bea1;p=sage.d.git mjo/interpolation.py: fix typo. --- 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: