-
-
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
Inconsistent order between FloatingPoints and Rationals #12041
Comments
Can you try this on an 0.4-dev nightly? I think @simonbyrne fixed this a few months ago on master. |
No problem. This is not an issue using the latest nightly: |
Should the fix be backported? |
Would have to dig up which PR it was ("fix comparisons between floating point and rationals" or something like that), but at this point I'd rather not make substantial behavioral changes on release-0.3. edit: #9198 uses staged functions apparently |
Wasn't too hard given the author and the keywords. #9198. Indeed looks a little too big (changes and lines) to be backported for me.... |
See the "Note" section of the online documentation for
round()
:http://julia.readthedocs.org/en/latest/stdlib/math/#Base.round
When trying this on julia v0.3.10 I discovered the following inconsistency which seems to break the trichotomy law.
The text was updated successfully, but these errors were encountered: