-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Regression in min(-Inf, NaN) from 0.5 to 0.6 #20245
Comments
dpsanders
changed the title
Change in behaviour of min(-Inf, NaN) from 0.5 to 0.6
Regression in min(-Inf, NaN) from 0.5 to 0.6
Jan 26, 2017
cf. the (inconclusive?) discussion in #10729 |
The relevant commit by @stevengj is b1ecd56 (not sure what is up with the dates on the commit, it was actually merged in September 2016). It doesn't seem to have been made from a PR, but presumably was in response to the discussion in #7866 (comment). Also some discussion in #12552 and #12564. |
Also, is documented in NEWS.md |
OK, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Julia 0.5:
min(-Inf, NaN)
gives-Inf
Julia 0.6:
min(-Inf, NaN)
givesNaN
Presumably one of these violates IEEE arithmetic; I believe it is Julia 0.6.
cc @simonbyrne
The text was updated successfully, but these errors were encountered: