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

◆ ceil

const mpreal ceil ( const mpreal & v)
friend

Definition at line 2726 of file mpreal.h.

2727{
2728 mpreal x(v);
2729 mpfr_ceil(x.mp,v.mp);
2730 return x;
2731}
volatile int x

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

Referenced by ceil, and nextpow2.