mpfrc++ 3.6.3+ds-1 source package in Ubuntu
Changelog
mpfrc++ (3.6.3+ds-1) unstable; urgency=medium * New upstream version. * Debianization: - debian/copyright, update; - debian/control: - Build-Depends field, add needed packages to perform check; - Vcs-Browser field, correct; - debian/rules: - dh_auto_test, introduce ad hoc check based on example/makefile ; - dh_compress, neutralize examples compression; - debian/clean, add to cleanup ad hoc check material; - debian/patches/minimalize-example-makefile.patch, enhance; - debian/tests/control, initiate (CI). -- Jerome Benoit <email address hidden> Fri, 08 Jan 2016 13:58:22 +0000
Upload details
- Uploaded by:
- Debian Science Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Science Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mpfrc++_3.6.3+ds-1.dsc | 2.0 KiB | 9e109191f81e66cc8ffa0e236b1f6875e29d5476b59f06ab5ff094da969bfeb8 |
mpfrc++_3.6.3+ds.orig.tar.gz | 34.0 KiB | 5237126effffdd0e76f97c0157321a2ca4733cb73701a0d46360d03d4441c9d8 |
mpfrc++_3.6.3+ds-1.debian.tar.xz | 3.5 KiB | e953604d8a576ac425e2c384bd7cf4db9a8b3946612b353dcc356293caacbf59 |
Available diffs
- diff from 3.6.2+ds-1 to 3.6.3+ds-1 (3.7 KiB)
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.