summaryrefslogtreecommitdiff
path: root/lngamma.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-637/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-9/+9
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-5/+5
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-4/+4
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-4/+4
* [lngamma.c] fixed typo, added comments about argument reduction, and replacedzimmerma2009-10-191-17/+21
* changed function into bernoulli.c (which was static, included 3 times) intozimmerma2009-09-041-4/+3
* [digamma.c] new function mpfr_digammazimmerma2009-09-021-57/+1
* replaced obsolete GMP functions (suggested by Brian Gladman):zimmerma2009-08-271-4/+4
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-3/+3
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-75/+75
* 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
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-4/+4
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-4/+4
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* mpfr-impl.h: defined macro INITIALIZED to declare that some variablevlefevre2008-08-181-2/+1
* Added documentation about "'var' may be used uninitialized in thisvlefevre2008-05-231-3/+2
* Added comments about int i = i trick to avoid warning about uninitializedzimmerma2008-05-221-2/+3
* got rid of false (?) compiler warnings for uninitialized valueszimmerma2008-05-211-1/+2
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Untabified and removed trailing spaces.vlefevre2007-10-311-1/+1
* fixed bug mentioned by Kevin Rauch: mpfr_lgamma was hanging for tiny inputzimmerma2007-10-281-44/+60
* fixed bug found by Kevin Rauch (emin/emax not restored for x=1,2)zimmerma2007-10-261-1/+4
* previous bug fix for tiny negative inputs in mpfr_lgamma was incorrect:zimmerma2007-07-171-19/+35
* lngamma.c: fix for small inputszimmerma2007-07-161-1/+5
* lngamma.c: reformat and replaced mpfr_cmp(...) == 0 by mpfr_equal_p.vlefevre2007-07-031-31/+31
* fixed bug in tlgamma and added test (need to implement Ziv's strategy inzimmerma2007-07-031-3/+8
* Untabified and removed trailing spaces.vlefevre2007-06-201-6/+6
* fixed problem with mpfr_lgamma for tiny negative input (and fixed use of zimmerma2007-06-111-44/+85
* Defined new macros SIGN and SAME_SIGN in mpfr-impl.h to canonicalizevlefevre2007-05-291-1/+1
* lngamma.c: fixed problem of tiny inputs in lngamma (still remains lgammazimmerma2007-05-291-0/+38
* fixed error analysis in mpfr_lngammazimmerma2007-05-171-3/+14
* more details of error analysiszimmerma2007-05-031-2/+5
* fixed error analysis (error was over-estimated)zimmerma2007-04-271-2/+3
* lngamma.c: a bit more details in the error analysis for z0 < 1.vlefevre2007-04-261-4/+6
* lngamma.c: a bit more details in the error analysis for z0 < 1.vlefevre2007-04-261-4/+4
* u was used for two different meanings in the error analysis for z0 < 1zimmerma2007-04-261-8/+11
* Added preliminary support for mpfr_lngamma and tests.vlefevre2007-04-251-30/+89
* lngamma.c: There was an assertion failed, probably because the errorvlefevre2007-04-251-1/+2
* lngamma.c: fixed -2k-1 <= x <= -2k test.vlefevre2007-04-251-9/+31
* 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-4/+4
* lngamma.c: added a comment.vlefevre2006-11-031-0/+1
* Fixed an exponent/flags-related bug in lngamma.c.vlefevre2006-08-211-4/+9
* Updated FSF address.vlefevre2006-03-311-2/+2