fixed typo

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@693862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-09-10 14:51:12 +00:00
parent dc2767c461
commit f125ff3ce2
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ public class AdamsMoultonIntegrator extends MultistepIntegrator {
}
/** Get the coefficients of the prdictor phase of the method.
/** Get the coefficients of the predictor phase of the method.
* <p>The coefficients are the c<sub>i</sub> terms in the following formula:</p>
* <pre>
* y<sub>n+1</sub> = y<sub>n</sub> + h &times; &sum;<sub>i=0</sub><sup>i=k-1</sup> c<sub>i</sub>f<sub>n-i</sub></li>