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

◆ nextabove

const mpreal nextabove ( const mpreal & x)
friend

Definition at line 2815 of file mpreal.h.

2816{
2817 mpreal a(x);
2818 mpfr_nextabove(a.mp);
2819 return a;
2820}
volatile int x

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

Referenced by nextabove.