Skip to content

The goal is to create a fast, memory efficient library for huge numbers in C++

License

Notifications You must be signed in to change notification settings

fejfo/HugeNumberLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

HugeNumberLibrary

Goal

The goal is to create a fast, memory efficient library for huge numbers in C++. With huge I mean widely beyond anything that can be stored exactly, like the numbers described here.

Use

The goal is to be able to import a new type which overloads all of the operators you expect from numbers.

Implementation

Internally the numbers will be stored using an easily extendable custom number notation.