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

◆ operator=() [15/15]

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

Definition at line 1034 of file mpreal.h.

1035{
1036 mpfr_set_uj(mpfr_ptr(), v, mpreal::get_default_rnd());
1037
1039 return *this;
1040}
::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=().