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

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++

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