./math/mpfi, Multiprecision interval arithmetic library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.4, Package name: mpfi-1.5.4, Maintainer: pkgsrc-users

MPFI (Multiple Precision Floating-Point Interval Library) is a library
for arbitrary precision interval arithmetic with intervals represented
using MPFR reliable floating-point numbers. It is based on the GNU MP
library and on the MPFR library. The purpose of an arbitrary precision
interval arithmetic is on the one hand to get guaranteed results,
thanks to interval computation, and on the other hand to obtain
accurate results, thanks to multiple precision arithmetic. The MPFI
library is built upon MPFR to benefit from the correct roundings
provided by MPFR, it portability, and its compliance with the IEEE 754
standard for floating-point arithmetic.


Required to run:
[math/mpfr]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 255.563 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Remove SHA1 hashes for distfiles
   2020-05-19 16:44:04 by Taylor R Campbell | Files touched by this commit (6)
Log message:
mpfi: Import mpfr-1.5.4 as math/mpfr

mpfr is a multiprecision floating-point interval arithmetic library.

Derived from wip/mpfi.