summaryrefslogtreecommitdiff
path: root/erfc.c
Commit message (Collapse)AuthorAgeFilesLines
* simplified test :-)zimmerma2006-11-201-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4245 280ebfd0-de03-0410-8827-d642c229c3f4
* Untabify.vlefevre2006-11-201-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4241 280ebfd0-de03-0410-8827-d642c229c3f4
* fixed bug in pow (isodd -> assertion failed)zimmerma2006-11-191-3/+4
| | | | | | | | fixed problem in erfc for large input reduced tests that took too much time git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4237 280ebfd0-de03-0410-8827-d642c229c3f4
* Untabify.vlefevre2006-11-191-3/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4235 280ebfd0-de03-0410-8827-d642c229c3f4
* fixed bug in erfc (forgot to compare result of cmp_si)zimmerma2006-11-191-3/+3
| | | | | | | fixed infinite loop in eint (test for use of asympt was not tight enough) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4233 280ebfd0-de03-0410-8827-d642c229c3f4
* implemented asymptotic formula for erfc (fixed both slowness for largezimmerma2006-11-161-22/+93
| | | | | | | arguments, and call to MPFR_WARNING with return value NaN for huge arguments) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4219 280ebfd0-de03-0410-8827-d642c229c3f4
* fixed problem for large negative inputzimmerma2006-11-141-4/+11
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4216 280ebfd0-de03-0410-8827-d642c229c3f4
* Added warnings support.vlefevre2006-11-101-2/+3
| | | | | | | | | | | | | * configure.in: added --enable-warnings configure option. * mpfr-impl.h: defined MPFR_WARNING(W) macro. * eint.c, erfc.c: use MPFR_WARNING instead of fprintf. * tests/Makefile.am (new-generic-tests branch): run the tests with MPFR_QUIET=1 to avoid output of useless warnings, as some tests (with large arguments) can generate such warnings, which are all expected. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4208 280ebfd0-de03-0410-8827-d642c229c3f4
* changed header file: stdlib.h -> stdio.hzimmerma2006-11-051-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4184 280ebfd0-de03-0410-8827-d642c229c3f4
* The current implementation of mpfr_erfc cannot compute the result forvlefevre2006-10-271-1/+6
| | | | | | | | large inputs. Return NaN with the erange flag set instead of aborting. Documented this behavior in mpfr.texi. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4172 280ebfd0-de03-0410-8827-d642c229c3f4
* added tests for overflows or underflowszimmerma2006-10-261-0/+32
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4167 280ebfd0-de03-0410-8827-d642c229c3f4
* Fixed FSF address.vlefevre2006-03-311-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4055 280ebfd0-de03-0410-8827-d642c229c3f4
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
| | | | | | | | | | | http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices i.e. added 2006 to every MPFR file. Note: the copyright notices (currently 336) should match the regexp Copyright.* 2006 Free Software so that it will be easier to update them for the next year... git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3983 280ebfd0-de03-0410-8827-d642c229c3f4
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
| | | | | | | are sometimes stripped). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3726 280ebfd0-de03-0410-8827-d642c229c3f4
* Converted tabs to spaces with expand.vlefevre2005-08-181-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3725 280ebfd0-de03-0410-8827-d642c229c3f4
* Fix bug for high values of input (assertion failed)pelissip2005-07-221-5/+11
| | | | | | | | because erf(x) ~ 1, so 1-erf(x) ~ 0, and we can't get the EXP of tmp. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3678 280ebfd0-de03-0410-8827-d642c229c3f4
* Change the address of the FSF.pelissip2005-06-021-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3606 280ebfd0-de03-0410-8827-d642c229c3f4
* Add function mpfr_erfc.pelissip2005-03-311-0/+79
Add a note about auto-checking correctness of MPFR. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3423 280ebfd0-de03-0410-8827-d642c229c3f4