Skip to content

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published