/bigint

A simple big int implementation for C++.

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

bigint

A simple big int implementation for C++. The class is located at jn::big.

TODO

  • subtraction with negative numbers
  • multiplication with negative numbers
  • division
  • (raising to powers)

License

This library is available under the terms of version 3 of the GNU Lesser General Public License.