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

◆ operator-=() [11/11]

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

Definition at line 1198 of file mpreal.h.

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