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-123 years ago112 downloads
1.0-93 years ago71 downloads
1.0-84 years ago45 downloads
1.0-74 years ago39 downloads
1.0-64 years ago39 downloads
1.0-54 years ago40 downloads
1.0-44 years ago39 downloads
1.0-34 years ago35 downloads
1.0-24 years ago35 downloads
1.0-14 years ago35 downloads

Dependencies

lua >= 5.1, <= 5.4

Manifests