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_t mp
Definition mpreal.h:177
volatile int x