This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 30ca5015fad6a3d9804c313e6df307e9fb61b32c Author: aherbert AuthorDate: Wed Apr 1 09:49:33 2020 +0100 Complex javadoc updates. Update text documenting technical corrigendum DR 471. Added missing 'Special cases:' text. Ensure pow is consistent with add/subtract/etc describing Complex or real arguments. --- .../org/apache/commons/numbers/complex/Complex.java | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 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 5a53698..f2b5d8f 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 @@ -1943,7 +1943,7 @@ public final class Complex implements Serializable { *
  • If {@code z} is NaN + iNaN, returns NaN + iNaN. * * - *

    [1] This has been updated as per + *

    Special cases include the technical corrigendum * * DR 471: Complex math functions cacosh and ctanh. * @@ -2019,6 +2019,7 @@ public final class Complex implements Serializable { * *

    The hyperbolic cosine of \( z \) is an entire function in the complex plane * and is periodic with respect to the imaginary component with period \( 2\pi i \). + * Special cases: * *