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

◆ mpreal() [2/16]

mpfr::mpreal::mpreal ( const mpreal & u)
inline

Definition at line 614 of file mpreal.h.

615{
616 mpfr_init2(mpfr_ptr(),mpfr_get_prec(u.mpfr_srcptr()));
617 mpfr_set (mpfr_ptr(),u.mpfr_srcptr(),mpreal::get_default_rnd());
618
620}
::mpfr_ptr mpfr_ptr()
Definition mpreal.h:1765
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

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