Author: luc
Date: Fri Oct 14 11:04:17 2011
New Revision: 1183300
URL: http://svn.apache.org/viewvc?rev=1183300&view=rev
Log:
Fixed javadoc.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/complex/Complex.java
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/complex/Complex.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/complex/Complex.java?rev=1183300&r1=1183299&r2=1183300&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/complex/Complex.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/complex/Complex.java
Fri Oct 14 11:04:17 2011
@@ -637,7 +637,7 @@ public class Complex implements FieldEle
* </pre>
* where the (real) functions on the right-hand side are
* {@link java.lang.Math#sin}, {@link java.lang.Math#cos},
- * {@link MathUtils#cosh} and {@link MathUtils#sinh}.
+ * {@link FastMath#cosh} and {@link FastMath#sinh}.
* <br/>
* Returns {@link Complex#NaN} if either real or imaginary part of the
* input argument is {@code NaN}.
@@ -677,7 +677,7 @@ public class Complex implements FieldEle
* </pre>
* where the (real) functions on the right-hand side are
* {@link java.lang.Math#sin}, {@link java.lang.Math#cos},
- * {@link MathUtils#cosh} and {@link MathUtils#sinh}.
+ * {@link FastMath#cosh} and {@link FastMath#sinh}.
* <br/>
* Returns {@link Complex#NaN} if either real or imaginary part of the
* input argument is {@code NaN}.
@@ -841,7 +841,7 @@ public class Complex implements FieldEle
* </pre>
* where the (real) functions on the right-hand side are
* {@link java.lang.Math#sin}, {@link java.lang.Math#cos},
- * {@link MathUtils#cosh} and {@link MathUtils#sinh}.
+ * {@link FastMath#cosh} and {@link FastMath#sinh}.
* <br/>
* Returns {@link Complex#NaN} if either real or imaginary part of the
* input argument is {@code NaN}.
@@ -881,7 +881,7 @@ public class Complex implements FieldEle
* </pre>
* where the (real) functions on the right-hand side are
* {@link java.lang.Math#sin}, {@link java.lang.Math#cos},
- * {@link MathUtils#cosh} and {@link MathUtils#sinh}.
+ * {@link FastMath#cosh} and {@link FastMath#sinh}.
* <br/>
* Returns {@link Complex#NaN} if either real or imaginary part of the
* input argument is {@code NaN}.
@@ -994,7 +994,7 @@ public class Complex implements FieldEle
* </pre>
* where the (real) functions on the right-hand side are
* {@link java.lang.Math#sin}, {@link java.lang.Math#cos},
- * {@link MathUtils#cosh} and {@link MathUtils#sinh}.
+ * {@link FastMath#cosh} and {@link FastMath#sinh}.
* <br/>
* Returns {@link Complex#NaN} if either real or imaginary part of the
* input argument is {@code NaN}.
@@ -1039,7 +1039,7 @@ public class Complex implements FieldEle
* </pre>
* where the (real) functions on the right-hand side are
* {@link java.lang.Math#sin}, {@link java.lang.Math#cos},
- * {@link MathUtils#cosh} and {@link MathUtils#sinh}.
+ * {@link FastMath#cosh} and {@link FastMath#sinh}.
* <br/>
* Returns {@link Complex#NaN} if either real or imaginary part of the
* input argument is {@code NaN}.