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

Implement floating-point addition and subtraction without using double type. #208

Open
brazilofmux opened this issue Mar 24, 2015 · 3 comments

Comments

@brazilofmux
Copy link
Owner

Original issue 205 created by brazilofmux on 2006-10-30T23:10:59.000Z:

Because IEEE format is base-2, subtraction would be more accurate if
performed using base-10 operations instead of converting to and from a
double type. It would need to implement all the precision, range, and
special names of the existing 'double' code.

@brazilofmux
Copy link
Owner Author

Comment #1 originally posted by brazilofmux on 2006-12-27T20:51:11.000Z:

<empty>

@brazilofmux
Copy link
Owner Author

Comment #2 originally posted by brazilofmux on 2007-09-21T01:01:19.000Z:

Not critical for 2.7.

@brazilofmux
Copy link
Owner Author

Comment #3 originally posted by brazilofmux on 2010-09-25T21:16:28.000Z:

Issue 645 has been merged into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant