[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#723839: ITP: mpfrc++ -- C++ wrapper for the GNU MPFR C library



Package: wnpp
Severity: wishlist
Owner: Jerome Benoit <calculus@rezozer.net>

* Package name    : mpfrc++
  Version         : 2013-09-02
  Upstream Author : Pavel Holoborodko <pavel@holoborodko.com>
* 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.


Reply to: