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

Improve u128 reminder and division algorithms #9

Open
MaxGraey opened this issue Jul 30, 2018 · 0 comments
Open

Improve u128 reminder and division algorithms #9

MaxGraey opened this issue Jul 30, 2018 · 0 comments
Labels
enhancement New feature or request TODO TODOs

Comments

@MaxGraey
Copy link
Owner

Current PR #7 (thanks @javiersuweijie) added naive reminder/division implementations which quite good works when numerator and denominator pretty close. So for future need to choose and implement more performant alghoritm for hard case.

@MaxGraey MaxGraey added enhancement New feature or request TODO TODOs labels Jul 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request TODO TODOs
Projects
None yet
Development

No branches or pull requests

1 participant