1
0
mirror of https://github.com/apache/commons-math.git synced 2025-02-15 22:46:20 +00:00

fixed typo

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574330 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2007-09-10 18:46:05 +00:00
parent f8b5350ec2
commit 3173d89780

@ -78,7 +78,7 @@ to store all steps and to provide transparent access to any
intermediate result once the integration is over. An important feature
of this class is that it implements the <code>Serializable</code>
interface. This means that a complete continuous model of the
integrated function througout the integration range can be serialized
integrated function throughout the integration range can be serialized
and reused later (if stored into a persistent medium like a filesystem
or a database) or elsewhere (if sent to another application). Only the
result of the integration is stored, there is no reference to the