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

◆ floor

const mpreal floor ( const mpreal & v)
friend

Definition at line 2733 of file mpreal.h.

2734{
2735 mpreal x(v);
2736 mpfr_floor(x.mp,v.mp);
2737 return x;
2738}
volatile int x

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

Referenced by floor, and mod.