diff --git a/base/libbiginteger/README.md b/base/libbiginteger/README.md index ae508203f1..a16df03dfd 100644 --- a/base/libbiginteger/README.md +++ b/base/libbiginteger/README.md @@ -13,12 +13,9 @@ respectively. Most of the C++ arithmetic operators are overloaded for these classes, so big-integer calculations are as easy as: #include "BigIntegerLibrary.hh" - BigInteger a = 65536; cout << (a * a * a * a * a * a * a * a); - (prints 340282366920938463463374607431768211456) - The code in `sample.cc' demonstrates the most important features of the library. To get started quickly, read the code and explanations in that file and run it. If you want more detail or a feature not shown in `sample.cc', consult the