Skip to content

A C++ Class, designed to give the user the ability to calculate numbers to large precision

Notifications You must be signed in to change notification settings

LudwigZeller/BigDecimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BigDecimal

A C++ Class, designed to give the user the ability to calculate numbers to large precision

"main.cpp" includes a presentations of different features.

Features:

  • Configurable precision under zero
  • Common calculation operators are supported: +, +=, -, -=, *, *=, /, /=
  • Common comparison operators are supported: >, >=, <, <=, ==, !=
  • Some often used calculations are supported: sqrt(), invert()
  • Common utility functions are supported: print(), toString()

About

A C++ Class, designed to give the user the ability to calculate numbers to large precision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages