Package: wnpp Severity: wishlist Owner: Jerome Benoit <[email protected]>
* Package name : mpfrc++ Version : 2013-09-02 Upstream Author : Pavel Holoborodko <[email protected]> * URL : http://www.holoborodko.com/pavel/mpfr * License : GPL Programming Lang: C++ Description : C++ wrapper for the GNU MPFR C library MPFR C++ introduces new C++ type for high precision floating point numbers, mpreal, which encapsulates low level mpfr_t from MPFR: all arithmetic and boolean operators (+, -, *, /, >, !=, etc.) are implemented through operator overloading technique; classical mathematical functions (sqrt, pow, sin, cos, etc.) are supported too. TMPFR C++ makes possible to use MPFR calculations in the same simple way as calculations with numbers of built-in types double or float. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

