typo
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:
parent
beae2e9891
commit
7e7207cd4f
|
@ -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$
|
||||
|
|
Loading…
Reference in New Issue