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

◆ operator=() [14/15]

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

Definition at line 1018 of file mpreal.h.

1019{
1020 mpfr_set_ui(mpfr_ptr(), v, mpreal::get_default_rnd());
1021
1023 return *this;
1024}
::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=().