mpfrc++ 3.7.0+ds-1 source package in Ubuntu

Changelog

mpfrc++ (3.7.0+ds-1) unstable; urgency=medium

  * New upstream minor version.
  * Debianization:
    - d/control:
      - Standards-Version, bump to version 4.6.2 (no change);
    - d/copyright:
      - copyright year tuples, update;
    - d/s/lintian-overrides, refresh tag.

 -- Jerome Benoit <email address hidden>  Sun, 17 Sep 2023 18:08:11 +0000

Upload details

Uploaded by:
Debian Math Team
Uploaded to:
Sid
Original maintainer:
Debian Math Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mpfrc++_3.7.0+ds-1.dsc 2.6 KiB 57d4841b6e57d00637acf9894104b35cbaf229678557d7ee7569a49fb1a0309b
mpfrc++_3.7.0+ds.orig.tar.xz 32.2 KiB a115ec7f3ab9ca103bf0597a091cd6e7482de143274c42375eea2926234a53a2
mpfrc++_3.7.0+ds-1.debian.tar.xz 4.2 KiB 516e489f450fab1234d427c94f37f807080013577c96faa6a54d2a3d77d2eb5a

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.