An open API service indexing awesome lists of open source software.

https://github.com/shuvo091/big-integer

Big integer by c++(thousand digits)
https://github.com/shuvo091/big-integer

biginteger cpp11

Last synced: 11 months ago
JSON representation

Big integer by c++(thousand digits)

Awesome Lists containing this project

README

          

# Big-Integer
This is a project using C++ .
The big integer is a project that enables us to use integers that exceeds thousands of digits.
it is very responsive for operations of integers with 1K-2K digits.

the key features:
<1>: Summation
<2>: Subtraction
<3>: Multiplication
<4>: Division
<5>: Power function
<6>: Modular operation
<7>: Factorial operation
<8>: Matrix operations on Big integers


Please Download all the files and folders as given & run the string based.cbp file on CodeBlocks