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

◆ operator*=() [3/11]

mpreal & mpfr::mpreal::operator*= ( const long double v)
inline

Definition at line 1385 of file mpreal.h.

1386{
1387 *this *= mpreal(v);
1389 return *this;
1390}
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

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