Typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1447752 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b1a4e8f2f9
commit
fc277966a7
|
@ -516,7 +516,7 @@ public class DSCompiler {
|
||||||
* at index 1, d<sup>2</sup>f/dp<sup>2</sup> at index 2 ...
|
* at index 1, d<sup>2</sup>f/dp<sup>2</sup> at index 2 ...
|
||||||
* d<sup>k</sup>f/dp<sup>k</sup> at index k),</li>
|
* d<sup>k</sup>f/dp<sup>k</sup> at index k),</li>
|
||||||
* <li>if the {@link #getOrder() derivation order} is 1, then the derivatives
|
* <li>if the {@link #getOrder() derivation order} is 1, then the derivatives
|
||||||
* are sorted in incresing free parameter order (i.e. f at index 0, df/dx<sub>1</sub>
|
* are sorted in increasing free parameter order (i.e. f at index 0, df/dx<sub>1</sub>
|
||||||
* at index 1, df/dx<sub>2</sub> at index 2 ... df/dx<sub>k</sub> at index k),</li>
|
* at index 1, df/dx<sub>2</sub> at index 2 ... df/dx<sub>k</sub> at index k),</li>
|
||||||
* <li>all other cases are not publicly specified</li>
|
* <li>all other cases are not publicly specified</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
|
|
Loading…
Reference in New Issue