Macaulay2 Engine
Loading...
Searching...
No Matches

◆ mpreal() [3/16]

mpfr::mpreal::mpreal ( const mpf_t u)
inline

Definition at line 657 of file mpreal.h.

658{
659 mpfr_init2(mpfr_ptr(),(mp_prec_t) mpf_get_prec(u)); // (gmp: mp_bitcnt_t) unsigned long -> long (mpfr: mp_prec_t)
660 mpfr_set_f(mpfr_ptr(),u,mpreal::get_default_rnd());
661
663}
::mpfr_ptr mpfr_ptr()
Definition mpreal.h:1765
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

References get_default_rnd(), mpfr_ptr(), mpreal(), and MPREAL_MSVC_DEBUGVIEW_CODE.