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

Make the default context equal to IEEE 754 quadruple precision. #72

Merged
merged 4 commits into from
Nov 1, 2015

Conversation

mdickinson
Copy link
Owner

This PR replaces the current default context with IEEE 754 quadruple precision, so that:

  • users get extra precision out of the box (there's little value in the original 53-bit precision, since floats already provide that)
  • the exponent min and max are consistent across platforms (the previous values were based on the MPFR limits, which may vary across platforms).

Closes #17.

mdickinson added a commit that referenced this pull request Nov 1, 2015
Make the default context equal to IEEE 754 quadruple precision.
@mdickinson mdickinson merged commit 8f87776 into master Nov 1, 2015
@mdickinson mdickinson deleted the quad-default branch November 1, 2015 13:15
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

Successfully merging this pull request may close these issues.

1 participant