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

Avoid floating-point arithmetic where possible #2

Closed
str4d opened this issue Jul 11, 2018 · 0 comments
Closed

Avoid floating-point arithmetic where possible #2

str4d opened this issue Jul 11, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@str4d
Copy link
Owner

str4d commented Jul 11, 2018

It should be possible to rewrite the floating-point arithmetic if the radix is a power of two. For other radix values, we should reduce its usage as much as possible.

@str4d str4d added the enhancement New feature or request label Jul 11, 2018
@str4d str4d closed this as completed in #5 Jul 16, 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
Projects
None yet
Development

No branches or pull requests

1 participant