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)
- Host: GitHub
- URL: https://github.com/shuvo091/big-integer
- Owner: Shuvo091
- Created: 2019-10-02T15:42:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T16:18:36.000Z (over 6 years ago)
- Last Synced: 2025-01-06T19:40:39.125Z (about 1 year ago)
- Topics: biginteger, cpp11
- Language: C++
- Homepage:
- Size: 828 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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