stylewarning / hypergeometrica

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

Investigate using Garner's algorithm for CRT #12

Open stylewarning opened 4 years ago

stylewarning commented 4 years ago

Currently, CRT is computed by heavy use of Lisp's bignums. Garner's algorithm was implemented with the garner function. Should we be using that instead of the current CRT method? How do we take multiradix numbers and reconstruct them without consing bignums?