This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 3b7ddc8d12f344bb8406fa50ed2d20c2517a58f1
Author: Gilles Sadowski <[email protected]>
AuthorDate: Sun Sep 29 02:46:59 2019 +0200

    Links cleanup (Javadoc).
---
 .../apache/commons/numbers/complex/Complex.java    | 34 +++++++++++-----------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git 
a/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java
 
b/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java
index 2321466..99ebb91 100644
--- 
a/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java
+++ 
b/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java
@@ -711,7 +711,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/InverseCosine.html"; TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/InverseCosine.html";>
      * inverse cosine</a> of this complex number.
      * Implements the formula:
      * <p>
@@ -753,7 +753,7 @@ public final class Complex implements Serializable  {
     }
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/InverseSine.html"; TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/InverseSine.html";>
      * inverse sine</a> of this complex number.
      * <p>
      *  {@code asin(z) = -i (log(sqrt(1 - z<sup>2</sup>) + iz))}
@@ -765,7 +765,7 @@ public final class Complex implements Serializable  {
     }
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/InverseTangent.html"; 
TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/InverseTangent.html";>
      * inverse tangent</a> of this complex number.
      * Implements the formula:
      * <p>
@@ -779,7 +779,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/InverseHyperbolicSine.html"; 
TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/InverseHyperbolicSine.html";>
      * inverse hyperbolic sine</a> of this complex number.
      * Implements the formula:
      * <p>
@@ -812,7 +812,7 @@ public final class Complex implements Serializable  {
 
    /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/InverseHyperbolicTangent.html"; 
TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/InverseHyperbolicTangent.html";>
      * inverse hyperbolic tangent</a> of this complex number.
      * Implements the formula:
      * <p>
@@ -847,7 +847,7 @@ public final class Complex implements Serializable  {
     }
    /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/InverseHyperbolicCosine.html"; 
TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/InverseHyperbolicCosine.html";>
      * inverse hyperbolic cosine</a> of this complex number.
      * Implements the formula:
      * <p>
@@ -870,7 +870,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/Cosine.html"; TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/Cosine.html";>
      * cosine</a> of this complex number.
      * Implements the formula:
      * <p>
@@ -890,7 +890,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/HyperbolicCosine.html"; 
TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/HyperbolicCosine.html";>
      * hyperbolic cosine</a> of this complex number.
      * Implements the formula:
      * <pre>
@@ -932,7 +932,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/ExponentialFunction.html"; 
TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/ExponentialFunction.html";>
      * exponential function</a> of this complex number.
      * Implements the formula:
      * <pre>
@@ -973,7 +973,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/NaturalLogarithm.html"; 
TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/NaturalLogarithm.html";>
      * natural logarithm</a> of this complex number.
      * Implements the formula:
      * <pre>
@@ -1005,7 +1005,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the base 10 or
-     * <a href="http://mathworld.wolfram.com/CommonLogarithm.html"; 
TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/CommonLogarithm.html";>
      * common logarithm</a> of this complex number.
      *
      *  @return the base 10 logarithm of <code>this</code>.
@@ -1067,7 +1067,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/Sine.html"; TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/Sine.html";>
      * sine</a>
      * of this complex number.
      * Implements the formula:
@@ -1089,7 +1089,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/HyperbolicSine.html"; 
TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/HyperbolicSine.html";>
      * hyperbolic sine</a> of this complex number.
      * Implements the formula:
      * <pre>
@@ -1132,7 +1132,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/SquareRoot.html"; TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/SquareRoot.html";>
      * square root</a> of this complex number.
      * Implements the following algorithm to compute {@code sqrt(a + bi)}:
      * <ol><li>Let {@code t = sqrt((|a| + |a + bi|) / 2)}</li>
@@ -1176,7 +1176,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/SquareRoot.html"; TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/SquareRoot.html";>
      * square root</a> of <code>1 - this<sup>2</sup></code> for this complex
      * number.
      * Computes the result directly as
@@ -1190,7 +1190,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/Tangent.html"; TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/Tangent.html";>
      * tangent</a> of this complex number.
      * Implements the formula:
      * <pre>
@@ -1222,7 +1222,7 @@ public final class Complex implements Serializable  {
 
     /**
      * Compute the
-     * <a href="http://mathworld.wolfram.com/HyperbolicTangent.html"; 
TARGET="_top">
+     * <a href="http://mathworld.wolfram.com/HyperbolicTangent.html";>
      * hyperbolic tangent</a> of this complex number.
      * Implements the formula:
      * <pre>

Reply via email to