Home | History | Annotate | Download | only in include

Lines Matching full:mpfr_trunc

504 __MPFR_DECLSPEC int mpfr_trunc _MPFR_PROTO((mpfr_ptr, mpfr_srcptr));
707 #define mpfr_trunc(a,b) mpfr_rint((a), (b), GMP_RNDZ)