Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

benibela/bigdecimalmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

77 Commits

Repository files navigation

Big Decimal Math

This unit provides an arbitrary precision BCD float number type. The usecase is performing a few arithmetic operations with the maximal possible accuracy and precision, e.g. calculating the sum of numbers from a text files, where the conversion from decimal input to binary floats would take more time than the calculation.

It can be used like any numeric type and supports:

  • At least numbers between 10-2147483647 to 102147483647 with 2147483647 decimal digit precision
  • All standard arithmetic and comparison operators
  • Rounding functions (floor, ceil, to-even, ..)
  • Some more advanced operations, e.g. power and sqrt
  • Accurate and precise binary float (single/double/extended) to BCD float and string conversion
  • ..

See my webpage for the detailed bigdecimalmath documentation

About

Pascal library for arbitrary precision BCD floating point numbers

Topics

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /