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

◆ nexttoward

const mpreal nexttoward ( const mpreal & x,
const mpreal & y )
friend

Definition at line 2808 of file mpreal.h.

2809{
2810 mpreal a(x);
2811 mpfr_nexttoward(a.mp,y.mp);
2812 return a;
2813}
volatile int x

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

Referenced by nexttoward.