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

◆ operator>>() [3/5]

const mpreal mpfr::operator>> ( const mpreal & v,
const unsigned int k )
inline

Definition at line 1643 of file mpreal.h.

1644{
1645 return div_2ui(v,static_cast<unsigned long int>(k));
1646}
const mpreal div_2ui(const mpreal &v, unsigned long int k, mp_rnd_t rnd_mode=mpreal::get_default_rnd())
Definition mpreal.h:1669

References div_2ui(), and operator>>().