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

◆ operator=() [10/15]

mpreal & mpfr::mpreal::operator= ( const mpz_t v)
inline

Definition at line 978 of file mpreal.h.

979{
980 mpfr_set_z(mpfr_ptr(), v, mpreal::get_default_rnd());
981
983 return *this;
984}
::mpfr_ptr mpfr_ptr()
Definition mpreal.h:1765
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

References get_default_rnd(), mpfr_ptr(), mpreal(), MPREAL_MSVC_DEBUGVIEW_CODE, and operator=().