summaryrefslogtreecommitdiff
path: root/erf.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Defined new macros SIGN and SAME_SIGN in mpfr-impl.h to canonicalizevlefevre2007-05-291-2/+2
* lngamma.c: fixed problem of tiny inputs in lngamma (still remains lgammazimmerma2007-05-291-6/+7
* erf.c: removed workaround to mpfr_div_ui bug, as the bug is now fixed.vlefevre2007-05-291-4/+1
* README.dev: fixed typozimmerma2007-05-291-8/+77
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* added tests for overflows or underflowszimmerma2006-10-261-2/+0
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-9/+9
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* Log input and ouput of functions.pelissip2005-02-151-0/+3
* Clean up code.pelissip2005-02-141-60/+50
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Remove unused code.pelissip2005-01-041-151/+4
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-4/+4
* 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