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:
parent
dc2767c461
commit
f125ff3ce2
|
@ -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 × ∑<sub>i=0</sub><sup>i=k-1</sup> c<sub>i</sub>f<sub>n-i</sub></li>
|
||||
|
|
Loading…
Reference in New Issue