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

◆ mpreal() [12/16]

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

Definition at line 738 of file mpreal.h.

739{
740 mpfr_init2 (mpfr_ptr(), prec);
741 mpfr_set_si(mpfr_ptr(), u, mode);
742
744}
::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.