Skip to content
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

NaNMath.sqrt has no method for complex arguments #77

Open
OsmarCLFilho opened this issue Mar 16, 2024 · 1 comment
Open

NaNMath.sqrt has no method for complex arguments #77

OsmarCLFilho opened this issue Mar 16, 2024 · 1 comment

Comments

@OsmarCLFilho
Copy link

Given a + bim, we could just return Base.sqrt(a + bim) since it can handle those values without throwing domain errors.

Currently, NaNMath.sqrt(a + bim) will just yield a missing method error.

@moble
Copy link

moble commented May 30, 2024

This is essentially the same as #66.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants