summaryrefslogtreecommitdiff
path: root/eint.c
Commit message (Expand)AuthorAgeFilesLines
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-3/+3
* changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) zimmerma2010-02-221-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-44/+44
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-1/+0
* 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