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

◆ mpreal() [11/16]

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

Definition at line 730 of file mpreal.h.

731{
732 mpfr_init2 (mpfr_ptr(), prec);
733 mpfr_set_ui(mpfr_ptr(), u, mode);
734
736}
::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.