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

◆ operator-()

const mpreal mpfr::mpreal::operator- ( ) const
inline

Definition at line 1307 of file mpreal.h.

1308{
1309 mpreal u(*this);
1310 mpfr_neg(u.mpfr_ptr(),u.mpfr_srcptr(),mpreal::get_default_rnd());
1311 return u;
1312}

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

Referenced by operator-(), operator-, operator-, operator-, operator-, and operator-.