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

◆ nextabove()

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

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

Referenced by machine_epsilon().