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

◆ trunc

const mpreal trunc ( const mpreal & v)
friend

Definition at line 2765 of file mpreal.h.

2766{
2767 mpreal x(v);
2768 mpfr_trunc(x.mp,v.mp);
2769 return x;
2770}
volatile int x

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

Referenced by trunc.