-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dave Hudson edited this page Jan 19, 2017
·
30 revisions
c8 is designed as an easy-to-use big number (unlimited precision) library that has no dependencies other than the standard C++ libraries provided with gcc or clang.
c8 provides supports for three primary classes of numbers:
-
c8::naturalprovides natural numbers. -
c8::integerprovides integers. -
c8::rationalprovides rational numbers.
Lots of questions and answers about the project. See FAQ
The code is licensed under a 3 clause BSD license.
It is written in C++14. There is no intention to formally support earlier versions.
Part of the aim of this library project is to document the development process. See: Dev Notes
Please feel free to raise issues via the issue tracker, or tweet the author (Dave Hudson) via @hashingitcom