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

◆ operator- [3/5]

const mpreal operator- ( const long int b,
const mpreal & a )
friend

Definition at line 1348 of file mpreal.h.

1349{
1350 mpreal x(0, mpfr_get_prec(a.mpfr_ptr()));
1351 mpfr_si_sub(x.mpfr_ptr(), b, a.mpfr_srcptr(), mpreal::get_default_rnd());
1352 return x;
1353}
volatile int x

References get_default_rnd(), mpfr_ptr(), mpfr_srcptr(), mpreal(), operator-(), and x.