https://github.com/edwardcreighton/bignum
Custom implementation of Big Numbers class in C++
https://github.com/edwardcreighton/bignum
biginteger bignumber cpp
Last synced: 10 months ago
JSON representation
Custom implementation of Big Numbers class in C++
- Host: GitHub
- URL: https://github.com/edwardcreighton/bignum
- Owner: EdwardCreighton
- Created: 2021-09-29T13:07:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T13:47:51.000Z (about 4 years ago)
- Last Synced: 2025-02-28T19:46:12.659Z (over 1 year ago)
- Topics: biginteger, bignumber, cpp
- Language: C++
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BigNum
Custom implementation of Big Numbers class in C++
**__Work in progress__**
## Current Features:
- BigNum Integer class
- Addition of two BigNum Int's
- Subtracting of two BigNum Int's
- String output of binary representation of a BigNum Int
- String output of decimal representation of a BigNum Int