stylewarning / hypergeometrica

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

Code for manipulating decimal digits. #19

Open jwg4 opened 3 years ago

jwg4 commented 3 years ago

Let's move the functions digit-count, digits, carry, and undigits from the test suite into the library itself. Then these functions can themselves be tested. It will facilitate #1 which requires that or similar code.

jwg4 commented 3 years ago

Perhaps in src/decimal.lisp?

stylewarning commented 3 years ago

Well, they're not decimal digits necessarily. :)