summaryrefslogtreecommitdiff
path: root/erf.c
Commit message (Expand)AuthorAgeFilesLines
* improved coverage testzimmerma2004-02-121-10/+5
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* fixed bugs in atan cbrt erfzimmerma2004-01-271-11/+15
* added several hard-coded tests (and fixed bugs found)zimmerma2004-01-221-21/+8
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-3/+4
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-3/+3
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-13/+14
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-171-20/+29
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-5/+8
* improved error analysis on erfzimmerma2003-06-131-2/+2
* Fixed a few bugs concerning special values, code simplified.vlefevre2003-06-121-19/+4
* added error functionzimmerma2003-06-121-0/+368