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

◆ operator-=() [3/11]

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

Definition at line 1260 of file mpreal.h.

1261{
1262 *this -= mpreal(v);
1264 return *this;
1265}
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

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