Open jwg4 opened 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.
digit-count
digits
carry
undigits
Perhaps in src/decimal.lisp?
src/decimal.lisp
Well, they're not decimal digits necessarily. :)
Let's move the functions
digit-count
,digits
,carry
, andundigits
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.