mpfrc++ 3.6.8+ds-3 source package in Ubuntu

Changelog

mpfrc++ (3.6.8+ds-3) unstable; urgency=medium

  * Debianization:
    - d/watch, correct;
    - d/copyright:
      - copyright year tuples, update;
      - machine-readable copyright file URI, fix;
    - debian/control:
      - Standards-Version, bump to version 4.6.0 (no change).

 -- Jerome Benoit <email address hidden>  Fri, 19 Nov 2021 11:52:38 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mpfrc++_3.6.8+ds-3.dsc 2.7 KiB 60660e330d0866aebf572e9c9ffb6574082125e42603001fbb18713bbdf54396
mpfrc++_3.6.8+ds.orig.tar.xz 31.0 KiB c5a8a39428744f5357b75d05948d0db006e5b598680e4483f002b91b6e75f3f2
mpfrc++_3.6.8+ds-3.debian.tar.xz 4.1 KiB 8748ea69d833ad166775e02d3b2c59d670bc9b237b5d100ccb64244b5ef6270c

Available diffs

No changes file available.

Binary packages built by this source

libmpfrc++-dev: multi-precision floating point number class for C++

 MPFR C++ introduces C++ arbitrary precision numeric types; based on
 GNU MPFR --- Multiple Precision Floating-Point Reliable Library.
 .
 MPFR C++ makes possible to use MPFR calculations in the same simple
 way as calculations with numbers of built-in types double or float:
 all arithmetic and boolean operators (+, -, *, /, >, !=, etc.) are
 implemented through operator overloading technique; elementary
 mathematical functions (sqrt, pow, sin, cos, etc.) are supported.