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

◆ operator+=() [3/12]

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

Definition at line 1148 of file mpreal.h.

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

References mpreal(), and MPREAL_MSVC_DEBUGVIEW_CODE.