stylewarning / hypergeometrica

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

Remove MPZ type #13

Open stylewarning opened 4 years ago

stylewarning commented 4 years ago

mpz, in its current form, is somewhat useless. The sign is extra baggage that isn't really needed and ought to not be lugged around. A lot of the arithmetic with mpz ought to just be arithmetic with digit storage. These will ultimately be the foundation for the floating point representation. We don't need both mpz and an mpf with duplicate code between them.