typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@777512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d33262944
commit
5ab15569ca
|
@ -27,7 +27,7 @@ package org.apache.commons.math.ode.nonstiff;
|
|||
* with the initial condition y (0) = 0. The solution of this equation
|
||||
* is the following function :
|
||||
* <pre>
|
||||
* y (t) = t^2 + 2 (ext (- t^2 / 2) - 1)
|
||||
* y (t) = t^2 + 2 (exp (- t^2 / 2) - 1)
|
||||
* </pre>
|
||||
* </p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue