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

◆ operator=() [8/15]

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

Definition at line 986 of file mpreal.h.

987{
988 mpfr_set_q(mpfr_ptr(), v, mpreal::get_default_rnd());
989
991 return *this;
992}
::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=().