mpfi 1.5-4 source package in Ubuntu

Changelog

mpfi (1.5-4) unstable; urgency=low

  * Build-depends on the new libgmp-dev package.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:19:20 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Laurent Fousse
Architectures:
any
Section:
math
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mpfi_1.5.orig.tar.gz 478.6 KiB 3213eecec7d99f86f41aa3ce1e10f09348582f18566a2f53f24d93580a270ff6
mpfi_1.5-4.debian.tar.gz 4.5 KiB 6e80ba3b79cf9e1fd2733504001d0d14ee9e5176d8e580f6397ed5a2532f3140
mpfi_1.5-4.dsc 1.1 KiB e6d357bae40084d922ac0d87070c4c3683aefad34ae8c6e5e7ed3db48973bd21

Available diffs

View changes file

Binary packages built by this source

libmpfi-dev: No summary available for libmpfi-dev in ubuntu oneiric.

No description available for libmpfi-dev in ubuntu oneiric.

libmpfi0: multiple precision floating-point interval computation library

 This package provides a C library of functions for interval arithmetic
 computations with arbitrary precision.
 .
 The basic principle of interval arithmetic consists in enclosing every number
 by an interval containing it and being representable by machine numbers: for
 instance it can be stored as its lower and upper endpoints and these bounds
 are machine numbers, or as a centre and a radius which are machine numbers.
 .
 The arithmetic operations are extended for interval operands in such a way
 that the exact result of the operation belongs to the computed interval.
 .
 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 in order to benefit from the correct roundings
 provided by MPFR. Further advantages of using MPFR are its portability and
 compliance with the IEEE 754 standard for floating-point arithmetic.
 .
 This package provides the dynamic library.