floating-point-decimal-numbers
Here are 2 public repositories matching this topic...
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.
- Updated
Apr 10, 2025 - Java
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.
- Updated
Apr 10, 2025 - C
Improve this page
Add a description, image, and links to thefloating-point-decimal-numbers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thefloating-point-decimal-numbers topic, visit your repo's landing page and select "manage topics."