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

add decWord64 #2

Open
andrewthad opened this issue Aug 31, 2019 · 0 comments
Open

add decWord64 #2

andrewthad opened this issue Aug 31, 2019 · 0 comments

Comments

@andrewthad
Copy link
Member

decWord64 will need to use a slightly different algorithm than decWord8/16/32. Rather than checking to see if something is exceeded, we will need to check to see if the accumulator shrinks after being multiplied by 10.

Also, decWord should probably do this as well. No sense succeeding when there's overflow.

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