-
Notifications
You must be signed in to change notification settings - Fork 92
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
Implement csqrt #619
Implement csqrt #619
Conversation
@cliffburdick @luitjens. This is the implementation of |
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.
2 comments left
/blossom-ci |
/blossom-ci |
1 similar comment
/blossom-ci |
Add a complex sqrt function equivalent to the C++ functionality of csqrt,
The high-level functionality supported is to always generate a complex return, even if the input is only real. I've come across situations where users sqrt negative data, with the expectation of getting complex from real.