git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@661042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-05-28 18:40:38 +00:00
parent beae2e9891
commit 7e7207cd4f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import org.apache.commons.math.DuplicateSampleAbscissaException;
* functions. For reference, see <b>Introduction to Numerical Analysis</b>,
* ISBN 038795452X, chapter 2.
* <p>
* The actual code of Neville's evalution is in PolynomialFunctionLagrangeForm,
* The actual code of Neville's evaluation is in PolynomialFunctionLagrangeForm,
* this class provides an easy-to-use interface to it.</p>
*
* @version $Revision$ $Date$