Skip to content

Commit

Permalink
NUMBERS-188 preserved javadoc consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanth-rajkumar committed Jul 24, 2022
1 parent 66e57ff commit ac33274
Show file tree
Hide file tree
Showing 5 changed files with 468 additions and 102 deletions.
Expand Up @@ -516,7 +516,7 @@ public Complex negate() {
* <p>\( z \) projects to \( z \), except that all complex infinities (even those
* with one infinite part and one NaN part) project to positive infinity on the real axis.
*
* If \( z \) has an infinite part, then {@code z.proj()} shall be equivalent to:
* <p>If \( z \) has an infinite part, then {@code z.proj()} shall be equivalent to:
*
* <pre>return Complex.ofCartesian(Double.POSITIVE_INFINITY, Math.copySign(0.0, z.imag());</pre>
*
Expand Down

0 comments on commit ac33274

Please sign in to comment.