stylewarning / hypergeometrica

Livin' like it's 1813 (or 1988).
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

MPZ-DIVREM may suffer from non-terminating expansions #41

Closed stylewarning closed 1 year ago

stylewarning commented 1 year ago

if x/x divides to 0.9999..., it will be truncated to 0 remainder 1. We need to make sure this is handled and fixed.

stylewarning commented 1 year ago

should be fixed now