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

◆ operator<<() [1/5]

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

Definition at line 1628 of file mpreal.h.

1629{
1630 return mul_2si(v,static_cast<long int>(k));
1631}
const mpreal mul_2si(const mpreal &v, long int k, mp_rnd_t rnd_mode=mpreal::get_default_rnd())
Definition mpreal.h:1662

References mul_2si().