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:
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
|
||||
|
|
Loading…
Reference in New Issue