Apfp (Arbitrary Precision Floating Point) is a Ruby class for performing arbitrary precision floating point calculations. It also includes a class Apc for calculating with arbitrary precision complex numbers. It also contains a Real class for built-in reals. Both classes keep an estimate of the accumulated error.
| Tags | Software Development Libraries Scientific/Engineering Mathematics |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
Recent releases


Release Notes: The default initial error was increased.


Release Notes: This release fixes error estimation, especially +, *, / and log. The behaviour of ap_in if there is no decimal point has been fixed.


Release Notes: This release was made compatible with Rails for a calculator, which resulted in much debugging.


Release Notes: The logarithm functions were greatly improved. norm and sqrt were also improved.


Release Notes: Small changes in support of rubysode.