summaryrefslogtreecommitdiff
path: root/acos.c
Commit message (Expand)AuthorAgeFilesLines
* Fix overflow and add corresponding tests.pelissip2004-05-061-1/+4
* Fix bug of inexact flag for acos(0).pelissip2004-03-121-3/+2
* improved coveragezimmerma2004-02-121-2/+2
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* added several hard-coded tests (and fixed bugs found)zimmerma2004-01-221-5/+6
* Disable sub1sp in add.c and in sub.c since it provides some bugs on spark (Lo...pelissip2003-12-221-4/+4
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-0/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-14/+17
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-1/+2
* Removed useless inclusion of standard headers and some #ifdef DEBUGvlefevre2003-10-081-3/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-6/+6
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Some mpfr_clear added (patch by Kevin Ryde).vlefevre2002-03-121-0/+3
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.vlefevre2002-02-141-1/+1
* added acos (from Mathieu Dutour)zimmerma2001-12-051-0/+124