From: Michael Orlitzky Date: Wed, 28 Nov 2012 02:54:39 +0000 (-0500) Subject: Add the lagrange_interpolate() function, which lets you avoid evaluating your functio... X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=4a17cddb945c51a206920c5a7a4d5ddce8141af5;hp=4a17cddb945c51a206920c5a7a4d5ddce8141af5;p=sage.d.git Add the lagrange_interpolate() function, which lets you avoid evaluating your function (if you have one) before calling lagrange_polynomial(). ---