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

◆ round

const mpreal round ( const mpreal & v)
friend

Definition at line 2740 of file mpreal.h.

2741{
2742 mpreal x(v);
2743 mpfr_round(x.mp,v.mp);
2744 return x;
2745}
volatile int x

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

Referenced by llround, lround, and round.