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

◆ nextbelow()

const mpreal mpfr::nextbelow ( const mpreal & x)
inline

Definition at line 2822 of file mpreal.h.

2823{
2824 mpreal a(x);
2825 mpfr_nextbelow(a.mp);
2826 return a;
2827}
volatile int x