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

◆ operator/=() [3/11]

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

Definition at line 1461 of file mpreal.h.

1462{
1463 *this /= mpreal(v);
1465 return *this;
1466}
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

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