From abfa7f839fabfe6a797057128abff86d598076d9 Mon Sep 17 00:00:00 2001 From: pelissip Date: Tue, 4 Nov 2003 13:15:26 +0000 Subject: + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS. MPFR_SET_INF, MPFR_SET_ZERO and MPFR_SET_ZERO must clear the flags before setting them. + Add a new test in tacosh.c : check Inf / Nan flags. + Use MPFR_IS_SINGULAR in all the remaining files. + Fix the use of MPFR_CLEAR_FLAGS. + mpfr-impl.h auto include gmp.h, gmp-impl.h, mpfr.h and limits.h. + Rename _PROTO to _MPFR_PROTO, and remove _GMP_PROTO. + Add MPFR_INT_SIGN macro. + Encapsulate a few more the sign. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2529 280ebfd0-de03-0410-8827-d642c229c3f4 --- set_str_raw.c | 1 - 1 file changed, 1 deletion(-) (limited to 'set_str_raw.c') diff --git a/set_str_raw.c b/set_str_raw.c index f367de663..5305cf783 100644 --- a/set_str_raw.c +++ b/set_str_raw.c @@ -62,7 +62,6 @@ mpfr_set_str_binary (mpfr_ptr x, const char *str) if (*str == 'I') { - MPFR_CLEAR_NAN(x); MPFR_SET_INF(x); if (MPFR_ISNEG(x) != negative) MPFR_CHANGE_SIGN(x); -- cgit v1.2.1