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

◆ operator*=() [7/11]

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

Definition at line 1364 of file mpreal.h.

1365{
1366 mpfr_mul(mpfr_ptr(),mpfr_srcptr(),v.mpfr_srcptr(),mpreal::get_default_rnd());
1368 return *this;
1369}
::mpfr_srcptr mpfr_srcptr() const
Definition mpreal.h:1767
::mpfr_ptr mpfr_ptr()
Definition mpreal.h:1765
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

References get_default_rnd(), mpfr_ptr(), mpfr_srcptr(), mpreal(), and MPREAL_MSVC_DEBUGVIEW_CODE.