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

◆ operator/ [2/5]

const mpreal operator/ ( const int b,
const mpreal & a )
friend

Definition at line 1535 of file mpreal.h.

1536{
1537 mpreal x(0, mpfr_get_prec(a.mpfr_srcptr()));
1538 mpfr_si_div(x.mpfr_ptr(), b, a.mpfr_srcptr(), mpreal::get_default_rnd());
1539 return x;
1540}
volatile int x

References get_default_rnd(), mpfr_srcptr(), mpreal(), operator/, and x.