sumanth-rajkumar commented on code in PR #117:
URL: https://github.com/apache/commons-numbers/pull/117#discussion_r922708535
##########
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:
This method is also used in log which is why I moved it to ComplexFunctions.
Should I just make it public in Complex and use it from there in
ComplexFunctions or is there something else I can do?
--
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]