You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ce...@apache.org on 2012/09/28 07:25:06 UTC

svn commit: r1391304 - /commons/proper/math/trunk/src/site/apt/userguide/special.apt

Author: celestin
Date: Fri Sep 28 05:25:06 2012
New Revision: 1391304

URL: http://svn.apache.org/viewvc?rev=1391304&view=rev
Log:
User's Guide, Special Functions: changed the introduction, as special functions
should not be considered as a by-product of Commons-Math.

Modified:
    commons/proper/math/trunk/src/site/apt/userguide/special.apt

Modified: commons/proper/math/trunk/src/site/apt/userguide/special.apt
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/apt/userguide/special.apt?rev=1391304&r1=1391303&r2=1391304&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/apt/userguide/special.apt (original)
+++ commons/proper/math/trunk/src/site/apt/userguide/special.apt Fri Sep 28 05:25:06 2012
@@ -23,11 +23,8 @@
 
 * 5.1 Overview
 
-  The special functions portion of Commons-Math contains several useful
-  functions not provided by <<<java.lang.Math>>>.  These functions mostly serve
-  as building blocks for other portions of Commons-Math but, as others may find
-  them useful as stand-alone methods, these special functions were included as
-  part of the Commons-Math public API.
+  The <<<special>>> package of Commons-Math gathers several useful special
+  functions not provided by <<<java.lang.Math>>>.
 
 * 5.2 Erf functions