-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed #221. The problem with complex sqrt #254
Fixed #221. The problem with complex sqrt #254
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't recall comparing complex numbers directly, only their moduli.
One small comment both otherwise, great job fixing a defect.
Yes, I first thought using the same formulation which is a bit more robust. However, this implementation still suffers from potential floating point overflow/underflow. Implementing Complex Elementary Function Using Exception Handling |
Oh, this is cool! I like the idea of scaling |
I will merge this PR for now and open a new issue for a more robust sqrt implementation |
Issue #257 |
No description provided.