BCD arithmetic for arbitrary large integers

$ luarocks install luabcd

Implements an ADT for arbitrary large integers with the
arithmetic operators '+','-','/','*','^'.
The numbers are internally represented as binary coded
decimals (BCD) in blocks of 8 digits per 64 bit chunk.
The implementation is based on "BCD Arithmetic, a tutorial"
at http://homepage.divms.uiowa.edu/~jones/bcd/bcd.html.

Versions

1.0-125 years ago123 downloads
1.0-95 years ago77 downloads
1.0-85 years ago48 downloads
1.0-75 years ago42 downloads
1.0-65 years ago42 downloads
1.0-55 years ago43 downloads
1.0-45 years ago42 downloads
1.0-35 years ago38 downloads
1.0-25 years ago38 downloads
1.0-15 years ago38 downloads

Dependencies

lua >= 5.1, <= 5.4

Manifests