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

◆ operator+=() [5/12]

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

Definition at line 1195 of file mpreal.h.

1195{ *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+=().