ArbitraryPrecisionFloat

Summary: Floating Point Operations With Arbitrary Precision
Author: nicolas cellie
Owner: nicolas cellier (nice)
Co-maintainers: <None>
Categories:
Homepage: http://ncellier.ifrance.com/ArbitraryPrecisionFloat/index.html
PackageInfo name: ArbitraryPrecisionFloat
RSS feed:

Description:

ArbitraryPrecisionFloat is an implementation of Floating Point Numbers with a fixed number of binary digits.

It can do arithmetic with other numbers and use IEEE rounding to nearest even mode.

It has no limit on the exponent, except memory limitations of the VM of course.

TODO: implement arbitrary precision usual functions (sin cos ...)

Releases


Back