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
}
mpfr::mpreal
Definition
mpreal.h:175
x
volatile int x
Definition
overflow-test.cpp:68
Referenced by
machine_epsilon()
.
mpfr
Generated on
for Macaulay2 Engine by
1.15.0