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

◆ operator<<=() [3/4]

mpreal & mpfr::mpreal::operator<<= ( const unsigned int u)
inline

Definition at line 1564 of file mpreal.h.

1565{
1566 mpfr_mul_2ui(mpfr_ptr(),mpfr_srcptr(),static_cast<unsigned long int>(u),mpreal::get_default_rnd());
1568 return *this;
1569}
::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(), MPREAL_MSVC_DEBUGVIEW_CODE, and operator<<=().