summaryrefslogtreecommitdiff
path: root/erfc.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.vlefevre2007-05-281-2/+2
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Replaced mpfr_mul_2exp and mpfr_div_2exp by mpfr_mul_2ui andvlefevre2006-12-191-3/+3
* simplified test :-)zimmerma2006-11-201-1/+1
* Untabify.vlefevre2006-11-201-1/+1
* fixed bug in pow (isodd -> assertion failed)zimmerma2006-11-191-3/+4
* Untabify.vlefevre2006-11-191-3/+3
* fixed bug in erfc (forgot to compare result of cmp_si)zimmerma2006-11-191-3/+3
* implemented asymptotic formula for erfc (fixed both slowness for largezimmerma2006-11-161-22/+93
* fixed problem for large negative inputzimmerma2006-11-141-4/+11
* Added warnings support.vlefevre2006-11-101-2/+3
* changed header file: stdlib.h -> stdio.hzimmerma2006-11-051-1/+1
* The current implementation of mpfr_erfc cannot compute the result forvlefevre2006-10-271-1/+6
* added tests for overflows or underflowszimmerma2006-10-261-0/+32
* 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-2/+2
* Fix bug for high values of input (assertion failed)pelissip2005-07-221-5/+11
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add function mpfr_erfc.pelissip2005-03-311-0/+79