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

◆ trunc()

const mpreal mpfr::trunc ( const mpreal & v)
inline

Definition at line 2765 of file mpreal.h.

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