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

◆ mpreal() [5/16]

mpfr::mpreal::mpreal ( const mpq_t u,
mp_prec_t prec = mpreal::get_default_prec(),
mp_rnd_t mode = mpreal::get_default_rnd() )
inline

Definition at line 673 of file mpreal.h.

674{
675 mpfr_init2(mpfr_ptr(), prec);
676 mpfr_set_q(mpfr_ptr(), u, mode);
677
679}
::mpfr_ptr mpfr_ptr()
Definition mpreal.h:1765
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

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