Skip to content
Dave Hudson edited this page Jan 8, 2017 · 30 revisions

c8 - C++ "Calculate" Big Number Library

c8 is designed as an easy-to-use big number library that has no dependencies other than the standard C++ libraries provided with gcc or clang.

Number Types

c8::natural provides natural numbers

Implementation

It is written in C++14. There is no intention to support earlier versions.

Development Notes

Part of the aim of this library project is to document the development process.

Clone this wiki locally