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

Changelog

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

  * New upstream nano version.
  * Debianization:
    - d/control:
      - Standards-Version, bump to version 4.7.0 (no change);
    - d/copyright:
      - copyright year tuples, update.

 -- Jerome Benoit <email address hidden>  Fri, 12 Apr 2024 20:18:25 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mpfrc++_3.7.1+ds-1.dsc 2.6 KiB 3d5dab74e1cb91363847444a73ae50eeaa6a3d0faef71b59c2df7f025615692a
mpfrc++_3.7.1+ds.orig.tar.xz 32.3 KiB 848fd209980edf1956c96f6e0f3cbc37466d1a5c3077576a14f3ed9e0f280441
mpfrc++_3.7.1+ds-1.debian.tar.xz 4.2 KiB 81bef25b3361e7504e4ead807c44d6401ae154ebe0ce982c5a118f633f2ae162

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.