[ 原始碼: mpfrc++ ]
套件:libmpfrc++-dev(3.7.1+ds-1)
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.
其他與 libmpfrc++-dev 有關的套件
|
|
|
|
-
- dep: libmpfr-dev
- multiple precision floating-point computation developers tools