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

◆ mpreal() [10/16]

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

Definition at line 722 of file mpreal.h.

723{
724 mpfr_init2 (mpfr_ptr(), prec);
725 mpfr_set_ui(mpfr_ptr(), u, mode);
726
728}
::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.