aherbert commented on code in PR #117:
URL: https://github.com/apache/commons-numbers/pull/117#discussion_r922712138


##########
commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java:
##########
@@ -2905,224 +2776,7 @@ private static Complex atanh(final double real, final 
double imaginary,
      * @return {@code x^2 + y^2 - 1}.
      */
     private static double x2y2m1(double x, double y) {

Review Comment:
   I did not see that. Just make it package private and add a TODO note to make 
it private in the future.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to