Node:C++ Interface MPFR, Next:C++ Interface Random Numbers, Previous:C++ Interface Floats, Up:C++ Class Interface
The C++ class interface to MPFR is provided if MPFR is enabled (see Build Options). This interface must be regarded as preliminary and possibly
subject to incompatible changes in the future, since MPFR itself is
preliminary. All definitions can be obtained with
#include <mpfrxx.h>
This defines
mpfr_class | Class |
which behaves similarly to mpf_class
(see C++ Interface Floats).