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

◆ nextbelow

const mpreal nextbelow ( const mpreal & x)
friend

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

References mp, mpreal(), nextbelow, and x.

Referenced by nextbelow.