str4d/fpe

Avoid floating-point arithmetic where possible

str4d opened this issue · 0 comments

str4d commented

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.