We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NotANumber
ArgumentError
Is this behaviour intended? Why is it?
Infinities.jl/test/runtests.jl
Line 41 in 0972ead
Line 163 in 0972ead
The text was updated successfully, but these errors were encountered:
The second one is because you can't return the result in a type-stable way.
I'm not sure if NotANumber is actually needed anywhere.... if downstream packages pass with an ArgumentError that could be preferable
Sorry, something went wrong.
That's also a point of #37
I'm not sure if NotANumber is actually needed anywhere
It's discussed in #7
I'm not sure my argument in #7 holds water as the same would be true for ∞ + (-∞)
∞ + (-∞)
No branches or pull requests
Is this behaviour intended? Why is it?
Infinities.jl/test/runtests.jl
Line 41 in 0972ead
Infinities.jl/test/runtests.jl
Line 163 in 0972ead
The text was updated successfully, but these errors were encountered: