Brebl / BigNum

Arbitrary-precision arithmetic library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BigNum

BigNum class for Arbitrary-precision arithmetics

Supports following:
linux
windows x64, x86

addition
substraction
multiplication
division
fractions
fraction downsizing

Supports operators:
boolean, !=, ==
+, +=, ++(), ()++
-, -=, --(), ()--
*, *=
/, /=

Compile

git clone https://github.com/Brebl/BigNum.git
git submodule update --init
make

or,
build BigInt.vcxproj (using VisualStudio) and you`re good to go.

About

Arbitrary-precision arithmetic library

License:GNU General Public License v3.0


Languages

Language:C++ 89.9%Language:Makefile 10.1%