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

speed up long_addition #1

Open
DanielJDufour opened this issue Mar 19, 2022 · 1 comment
Open

speed up long_addition #1

DanielJDufour opened this issue Mar 19, 2022 · 1 comment

Comments

@DanielJDufour
Copy link
Owner

If we are adding two positive integers, we should first test if floating point arithmetic will work. Floating point arithmetic will work if the largest number doesn't have more than X number of digits.

@DanielJDufour
Copy link
Owner Author

complete for integers, but we still can use addition theory for decimals

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

No branches or pull requests

1 participant