A simple arbitrary precision library and interactive text calculator
-
Updated
Dec 20, 2024 - C++
A simple arbitrary precision library and interactive text calculator
This is a repository containing examples to use Java's BigDecimal class, an adapted copy of Eric Obermühlner BigDecimalMath class and a more compact version of his big-math repository. A single program (BigDecimalMathExample) illustrates the use of the library.
This is Mike Cowlishaw's decNumber library that implements the General Decimal Arithmetic Specification in ANSI C. This specification defines a decimal arithmetic which meets the requirements of commercial, financial, and human-oriented applications. It also matches the decimal arithmetic in the IEEE 754 Standard for Floating Point Arithmetic.
Add a description, image, and links to the arbitrary-precision-library topic page so that developers can more easily learn about it.
To associate your repository with the arbitrary-precision-library topic, visit your repo's landing page and select "manage topics."