Dropped some ancient history.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1541350 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2013-11-13 01:34:10 +00:00
parent 04078798c0
commit 763b37de5d
1 changed files with 0 additions and 4 deletions

View File

@ -81,10 +81,6 @@ Complex answer = lhs.add(rhs); // add two complex numbers
<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);