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

◆ operator--() [2/2]

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

Definition at line 1230 of file mpreal.h.

1231{
1232 mpreal x(*this);
1233 *this -= 1;
1234 return x;
1235}
volatile int x

References mpreal(), and x.