Macaulay2 Engine
Loading...
Searching...
No Matches
◆
nexttoward()
const
mpreal
mpfr::nexttoward
(
const
mpreal
&
x
,
const
mpreal
&
y
)
inline
Definition at line
2808
of file
mpreal.h
.
2809
{
2810
mpreal
a(
x
);
2811
mpfr_nexttoward(a.mp,y.
mp
);
2812
return
a;
2813
}
mpfr::mpreal::mp
mpfr_t mp
Definition
mpreal.h:177
mpfr::mpreal
Definition
mpreal.h:175
x
volatile int x
Definition
overflow-test.cpp:68
mpfr
Generated on
for Macaulay2 Engine by
1.15.0