git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@777512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-05-22 13:25:49 +00:00
parent 5d33262944
commit 5ab15569ca
1 changed files with 1 additions and 1 deletions

View File

@ -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>