You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2013/03/29 15:25:44 UTC

svn commit: r1462484 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/package-info.java

Author: psteitz
Date: Fri Mar 29 14:25:44 2013
New Revision: 1462484

URL: http://svn.apache.org/r1462484
Log:
Small edits.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/package-info.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/package-info.java?rev=1462484&r1=1462483&r2=1462484&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/package-info.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/package-info.java Fri Mar 29 14:25:44 2013
@@ -18,15 +18,14 @@
  *
  *    <p>
  *      Parent package for common numerical analysis procedures, including root finding,
- *      function interpolation and integration. Note that the optimization (i.e. minimization
- *      and maximization) is a huge separate top package, despite it also operate on functions
- *      as defined by this top-level package.
+ *      function interpolation and integration. Note that optimization (i.e. minimization
+ *      and maximization) is a separate top-level package.
  *    </p>
  *    <p>
- *      Functions interfaces are intended to be implemented by user code to represent their
- *      domain problems. The algorithms provided by the library will then operate on these
- *      function to find their roots, or integrate them, or ... Functions can be multivariate
- *      or univariate, real vectorial or matrix valued, and they can be differentiable or not.
+ *      Function interfaces are intended to be implemented by user code to represent
+ *      domain problems. The algorithms provided by the library operate on these
+ *      functions to find their roots, or integrate them, or ... Functions can be multivariate
+ *      or univariate, real vectorial or matrix-valued, and they can be differentiable or not.
  *    </p>
  *
  */