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/master Commit: 3bd29a023a11e64e00073b85fd4acb6ad4f872cc Parents: 45a7579 Author: Eric Barnhill <ericbarnh...@apache.org> Authored: Thu Jun 22 14:52:31 2017 +0200 Committer: Eric Barnhill <ericbarnh...@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. */