Home
last modified time | relevance | path

Searched refs:mpfr_round_prec (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/
H A DNEWS414 - new functions mpfr_prec_round (replaces mpfr_round_prec), mpfr_get_exp,
420 - removed functions: mpfr_print_binary, mpfr_round_prec (replaced by
H A DChangeLog25519 [mpfr.texi] removed obsolete mpfr_round_prec
37278 mpfr_round_prec is now obsolete
37650 (mpfr_round_prec): Bug fixed (case zero wasn't taken into account)
39599 Update concerning mpfr_round_prec, mpfr_rint, mpfr_ceil, mpfr_floor,
39608 mpfr_round -> mpfr_round_prec.
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr.h1112 #define mpfr_round_prec(x,r,p) mpfr_prec_round(x,p,r) macro