-
-
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
RFC: Ability to change rounding mode for all floats (cf. #2976) #3149
Merged
Commits on Aug 27, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 95dbacb - Browse repository at this point
Copy the full SHA 95dbacbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 823b017 - Browse repository at this point
Copy the full SHA 823b017View commit details -
Integrate the new rounding modes with BigFloats
This changes the old rounding mode sketch to a more intuitive one, and using types instead of constants seems to be more logical.
Configuration menu - View commit details
-
Copy full SHA for 1a13239 - Browse repository at this point
Copy the full SHA 1a13239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 451f21e - Browse repository at this point
Copy the full SHA 451f21eView commit details -
Stop hardcoding the
fenv.h
constantsAs suggested by Viral in JuliaLang#3149
Configuration menu - View commit details
-
Copy full SHA for 4f6ee0f - Browse repository at this point
Copy the full SHA 4f6ee0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 454f61a - Browse repository at this point
Copy the full SHA 454f61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a064b7 - Browse repository at this point
Copy the full SHA 5a064b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54a4055 - Browse repository at this point
Copy the full SHA 54a4055View commit details
Commits on Aug 28, 2013
-
Configuration menu - View commit details
-
Copy full SHA for e314eba - Browse repository at this point
Copy the full SHA e314ebaView commit details -
Documentation for the rounding modes (manual + stdlib)
It also includes some updates to some related sections about BigFloats.
Configuration menu - View commit details
-
Copy full SHA for 285b238 - Browse repository at this point
Copy the full SHA 285b238View commit details -
Fix issue with fenv.h and Ubuntu 12.04
If the values from fenv.h aren't found by the C preprocessor, it uses the default ones for x86/x64
Configuration menu - View commit details
-
Copy full SHA for 773b60e - Browse repository at this point
Copy the full SHA 773b60eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.