X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/05780f4b578d6ae054be0b19b8498d32a4f16c60..b3fe29df9a21e6ade45c470b9b2632e9f75a7aaa:/README?ds=sidebyside diff --git a/README b/README index d3503ca..b201725 100644 --- a/README +++ b/README @@ -1,8 +1,9 @@ -================================================================= -Matt McCutchen's Big Integer Library -A C++ library that does arithmetic on integers of unlimited size. -================================================================= -Version 2004.12.24.2 ++===================================================================+ +| Matt McCutchen's Big Integer Library | +| A C++ library that does arithmetic on integers of unlimited size. | ++===================================================================+ + +Version 2005.01.06. This library contains two classes, BigUnsigned and BigInteger, that represent nonnegative integers and integers, respectively. Each provides the operations listed below and possibly others: +, -, *, /, %, unary -