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

◆ operator=() [3/15]

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

Definition at line 1058 of file mpreal.h.

1059{
1060 mpfr_set_si(mpfr_ptr(), v, mpreal::get_default_rnd());
1061
1063 return *this;
1064}
::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=().