You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2017/06/22 12:51:10 UTC

commons-numbers git commit: minor change to Complex doc

Repository: commons-numbers
Updated Branches:
  refs/heads/complex-dev 45a7579e9 -> 3bd29a023


minor change to Complex doc


Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/3bd29a02
Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/3bd29a02
Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/3bd29a02

Branch: refs/heads/complex-dev
Commit: 3bd29a023a11e64e00073b85fd4acb6ad4f872cc
Parents: 45a7579
Author: Eric Barnhill <er...@apache.org>
Authored: Thu Jun 22 14:52:31 2017 +0200
Committer: Eric Barnhill <er...@apache.org>
Committed: Thu Jun 22 14:52:31 2017 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/commons/numbers/complex/Complex.java    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/3bd29a02/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java
----------------------------------------------------------------------
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 2692cc5..5e54578 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
@@ -172,7 +172,9 @@ public class Complex implements Serializable  {
 
      /**
      * Return the norm of this complex number, defined as the square of the magnitude
-     * (Matches C++ 11 standards.)
+in the
+     * <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cproj.html">
+     * IEEE and ISO C standards</a>.
      *
      * @return the norm.
      */