1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: mpfrc++
Section: math
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), libmpfr-dev
Standards-Version: 4.6.2
Homepage: http://www.holoborodko.com/pavel/mpfr
Vcs-Git: https://salsa.debian.org/math-team/mpfrcxx.git
Vcs-Browser: https://salsa.debian.org/math-team/mpfrcxx
Package: libmpfrc++-dev
Section: libdevel
Architecture: all
Depends: libmpfr-dev, ${misc:Depends}
Description: 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.
|