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

◆ operator+=() [6/12]

mpreal & mpfr::mpreal::operator+= ( const mpf_t v)
inline

Definition at line 1127 of file mpreal.h.

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

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