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

◆ operator++() [2/2]

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

Definition at line 1218 of file mpreal.h.

1219{
1220 mpreal x(*this);
1221 *this += 1;
1222 return x;
1223}
volatile int x

References mpreal(), and x.