Skip to content

C++ arbitrary precision arithmetic library (with permissive licence)

License

Notifications You must be signed in to change notification settings

i42output/neonumeric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neonumeric

Free C++ library for arbitrary precision arithmetic (permissive software license).

Features:

  • Arbitrary precision integers, floats and rationals.
  • Numbers can be any fixed precision (specifiable as a template parameter) or can dynamically grow in precision based on the precision of operands.
  • Header only with no dependencies on external libraries.

NOTE: This new project is, as of March 2021, still a work-in-progress so DO NOT USE until v1.0 has been released with a full suite of unit tests.

About

C++ arbitrary precision arithmetic library (with permissive licence)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages