git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1420666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-12-12 13:33:20 +00:00
parent 6c048df147
commit c5bb8dcf03
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ public class FiniteDifferencesDifferentiator
* <p>
* Evaluation is done using divided differences.
* </p>
* @param te evaluation abscissa value and derivatives
* @param t evaluation abscissa value and derivatives
* @param t0 first sample point abscissa
* @param y function values sample {@code y[i] = f(t[i]) = f(t0 + i * stepSize)}
* @return value and derivatives at {@code t}