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

◆ operator/() [4/8]

const mpreal mpfr::operator/ ( const long int b,
const mpreal & a )
inline

Definition at line 1528 of file mpreal.h.

1529{
1530 mpreal x(0, mpfr_get_prec(a.mpfr_srcptr()));
1531 mpfr_si_div(x.mpfr_ptr(), b, a.mpfr_srcptr(), mpreal::get_default_rnd());
1532 return x;
1533}
::mpfr_srcptr mpfr_srcptr() const
Definition mpreal.h:1767
static mp_rnd_t get_default_rnd()
Definition mpreal.h:182
volatile int x