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

◆ operator+=() [12/12]

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

Definition at line 1196 of file mpreal.h.

1196{ *this += mpreal(u); MPREAL_MSVC_DEBUGVIEW_CODE; return *this; }
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

References mpreal(), MPREAL_MSVC_DEBUGVIEW_CODE, and operator+=().