mpfi 1.5.3+ds-6 source package in Ubuntu

Changelog

mpfi (1.5.3+ds-6) unstable; urgency=medium

  * Debianization:
    - d/control:
      - Homepage field, update;
      - debhelper, migrate to version 13 (discar d/compat);
      - Standards-Version, bump to version 4.6.0 (no change);
    - d/rules:
      - override_dh_missing target, provide;
    - d/copyright:
      - Upstream-Contact field, refresh;
      - Source field, update;
      - copyright year tuples, update;
    - d/patches:
      - d/p/debianization-examples.patch, provide Forwarded field;
    - d/watch, migration to gitlab.inria.fr.

 -- Jerome Benoit <email address hidden>  Fri, 15 Oct 2021 08:03:28 +0000

Upload details

Uploaded by:
Debian Science Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Science Maintainers
Architectures:
any all
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe math
Lunar release universe math
Jammy release universe math

Downloads

File Size SHA-256 Checksum
mpfi_1.5.3+ds-6.dsc 2.9 KiB cf82d4230ba227df2a7ae267b5fb240cd59e37397c8e834105abcd272a7e86a5
mpfi_1.5.3+ds.orig.tar.xz 107.9 KiB 34b786105f0ba1d39ed76b5861ed63bce228696b0ef17095f35e68fcb439aabd
mpfi_1.5.3+ds-6.debian.tar.xz 9.2 KiB 009518884dad3ddc4145650378795e52f8ea5ea2b94545b764e8853c1454f966

Available diffs

No changes file available.

Binary packages built by this source

libmpfi-dev: multiple precision floating-point interval computation library -- libdev

 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 static library and symbolic links needed for
 development.

libmpfi-dev-common: multiple precision floating-point interval computation library -- headers

 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 headers needed by developers.

libmpfi-doc: multiple precision floating-point interval computation library -- doc

 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 user manual.

libmpfi0: multiple precision floating-point interval computation library -- lib

 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.

libmpfi0-dbgsym: debug symbols for libmpfi0