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

◆ mpreal() [13/16]

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

Definition at line 746 of file mpreal.h.

747{
748 mpfr_init2 (mpfr_ptr(), prec);
749 mpfr_set_si(mpfr_ptr(), u, mode);
750
752}
::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.