diff --git a/src/test/org/apache/commons/math/ode/nonstiff/TestProblem2.java b/src/test/org/apache/commons/math/ode/nonstiff/TestProblem2.java index 61fb28346..434621a57 100644 --- a/src/test/org/apache/commons/math/ode/nonstiff/TestProblem2.java +++ b/src/test/org/apache/commons/math/ode/nonstiff/TestProblem2.java @@ -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 : *
- * y (t) = t^2 + 2 (ext (- t^2 / 2) - 1) + * y (t) = t^2 + 2 (exp (- t^2 / 2) - 1) **