summaryrefslogtreecommitdiff
path: root/eint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Untabify.vlefevre2006-11-191-26/+26
* fixed bug in erfc (forgot to compare result of cmp_si)zimmerma2006-11-191-1/+5
* added asymptotic expansion for mpfr_eint (don't need MPFR_WARNING any more)zimmerma2006-11-191-37/+73
* Added warnings support.vlefevre2006-11-101-2/+3
* eint.c: better overflow checking; fix: all allocated memory now freed.vlefevre2006-10-271-17/+23
* eint.c: forgot 2 mpfr_clear's.vlefevre2006-10-271-0/+2
* eint.c fix: and changed the #if into if.vlefevre2006-10-271-7/+10
* eint.c fix: replaced BITS_PER_MP_LIMB by sizeof(mp_exp_t) * CHAR_BIT.vlefevre2006-10-271-2/+3
* improved bound for x with BITS_PER_MP_LIMB=32zimmerma2006-10-271-2/+9
* The current implementation of mpfr_eint cannot compute the result forvlefevre2006-10-271-4/+9
* added tests for overflows or underflowszimmerma2006-10-261-0/+15
* In latest change, replaced exit(1) by abort().vlefevre2006-10-261-2/+4
* added test for eint()zimmerma2006-10-261-12/+7
* 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-1/+1
* Fix bug: check if mpfr_log returns 0.pelissip2005-06-101-2/+4
* Replace MPFR_EXP to MPFR_GET_EXPpelissip2005-06-081-22/+30
* Change the address of the FSF.pelissip2005-06-021-2/+2
* improved const_euler and eintzimmerma2005-05-041-10/+22
* added mpfr_eintzimmerma2005-04-301-0/+217