Skip to content

Mariotti94/BigFloat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigFloat

Arbitrary-Precision Floating Point Arithmetic Library.
Implements a C++ class that allows you to create floats of arbitrary size, with no limit on integer digits and selectable limit on fractional digits.
This data structure can be handy when you want to avoid overflow or for accurate division.

Usage

Simple makefile:

  • Makefile

Library files:

  • BigFloat.h
  • BigFloat.cpp

Examples of library usage:

  • Test.cpp
  • Factorial.cpp

About

Arbitrary-Precision Floating Point Arithmetic Library [C++]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published