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/11/13 02:34:10 UTC

svn commit: r1541350 - /commons/proper/math/trunk/src/site/xdoc/userguide/complex.xml

Author: psteitz
Date: Wed Nov 13 01:34:10 2013
New Revision: 1541350

URL: http://svn.apache.org/r1541350
Log:
Dropped some ancient history.

Modified:
    commons/proper/math/trunk/src/site/xdoc/userguide/complex.xml

Modified: commons/proper/math/trunk/src/site/xdoc/userguide/complex.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/userguide/complex.xml?rev=1541350&r1=1541349&r2=1541350&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/userguide/complex.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/userguide/complex.xml Wed Nov 13 01:34:10 2013
@@ -81,10 +81,6 @@ Complex answer = lhs.add(rhs);       // 
           <a href="../apidocs/org/apache/commons/math3/complex/Complex.html">
           Complex</a> also provides implementations of serveral transcendental
           functions involving complex number arguments.
-          Prior to version 1.2, these functions were provided
-          by <a href="../apidocs/org/apache/commons/math3/complex/ComplexUtils.html">
-          ComplexUtils</a> in a way similar to the real number functions found in
-          <code>java.lang.Math</code>, but this has been deprecated.
           These operations provide the means to compute the log, sine, tangent,
           and other complex values :
           <source>Complex first  = new Complex(1.0, 3.0);