index
:
delta/mpfr.git
2.0.2
2.1
2.2
2.3
2.3-old
2.4
3.0
3.1
4.0
4.1
baserock/morph
exp-int
faithful
feature-block
flags
master
mpfr
mpfr-2-0-2-branch
mpfr-2-1-branch
mpfr-2-2-branch
new-generic-tests
new-sum
set_exp
ubf
ubf2
vl-am113
vlefevre
win-thread-safe-dll
with-mini-gmp
scm.gforge.inria.fr: anonscm/svn/mpfr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lngamma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed mp_prec_t into mpfr_prec_t.
vlefevre
2010-04-30
1
-5
/
+5
*
Copyright notice update: added 2010 with
vlefevre
2010-01-20
1
-1
/
+1
*
Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.
vlefevre
2010-01-08
1
-4
/
+4
*
BITS_PER_MP_LIMB -> GMP_LIMB_BITS
zimmerma
2010-01-08
1
-4
/
+4
*
[lngamma.c] fixed typo, added comments about argument reduction, and replaced
zimmerma
2009-10-19
1
-17
/
+21
*
changed function into bernoulli.c (which was static, included 3 times) into
zimmerma
2009-09-04
1
-4
/
+3
*
[digamma.c] new function mpfr_digamma
zimmerma
2009-09-02
1
-57
/
+1
*
replaced obsolete GMP functions (suggested by Brian Gladman):
zimmerma
2009-08-27
1
-4
/
+4
*
Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)
vlefevre
2009-07-30
1
-1
/
+1
*
mp_rnd_t -> mpfr_rnd_t
vlefevre
2009-06-26
1
-3
/
+3
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-75
/
+75
*
Update to LGPL v3+, as decided by the main MPFR developers.
vlefevre
2009-03-03
1
-4
/
+4
*
Copyright notice update: added 2009 with
vlefevre
2009-01-15
1
-1
/
+1
*
r5689 undone: some casts were incorrect (mp_exp_t may be greater than
vlefevre
2008-11-22
1
-4
/
+4
*
fixed some signed/unsigned warnings with g++ (please review)
zimmerma
2008-11-22
1
-4
/
+4
*
This is now GNU MPFR!
vlefevre
2008-10-27
1
-4
/
+4
*
mpfr-impl.h: defined macro INITIALIZED to declare that some variable
vlefevre
2008-08-18
1
-2
/
+1
*
Added documentation about "'var' may be used uninitialized in this
vlefevre
2008-05-23
1
-3
/
+2
*
Added comments about int i = i trick to avoid warning about uninitialized
zimmerma
2008-05-22
1
-2
/
+3
*
got rid of false (?) compiler warnings for uninitialized values
zimmerma
2008-05-21
1
-1
/
+2
*
Copyright notice update: added 2008 with
vlefevre
2008-01-01
1
-1
/
+1
*
Untabified and removed trailing spaces.
vlefevre
2007-10-31
1
-1
/
+1
*
fixed bug mentioned by Kevin Rauch: mpfr_lgamma was hanging for tiny input
zimmerma
2007-10-28
1
-44
/
+60
*
fixed bug found by Kevin Rauch (emin/emax not restored for x=1,2)
zimmerma
2007-10-26
1
-1
/
+4
*
previous bug fix for tiny negative inputs in mpfr_lgamma was incorrect:
zimmerma
2007-07-17
1
-19
/
+35
*
lngamma.c: fix for small inputs
zimmerma
2007-07-16
1
-1
/
+5
*
lngamma.c: reformat and replaced mpfr_cmp(...) == 0 by mpfr_equal_p.
vlefevre
2007-07-03
1
-31
/
+31
*
fixed bug in tlgamma and added test (need to implement Ziv's strategy in
zimmerma
2007-07-03
1
-3
/
+8
*
Untabified and removed trailing spaces.
vlefevre
2007-06-20
1
-6
/
+6
*
fixed problem with mpfr_lgamma for tiny negative input (and fixed use of
zimmerma
2007-06-11
1
-44
/
+85
*
Defined new macros SIGN and SAME_SIGN in mpfr-impl.h to canonicalize
vlefevre
2007-05-29
1
-1
/
+1
*
lngamma.c: fixed problem of tiny inputs in lngamma (still remains lgamma
zimmerma
2007-05-29
1
-0
/
+38
*
fixed error analysis in mpfr_lngamma
zimmerma
2007-05-17
1
-3
/
+14
*
more details of error analysis
zimmerma
2007-05-03
1
-2
/
+5
*
fixed error analysis (error was over-estimated)
zimmerma
2007-04-27
1
-2
/
+3
*
lngamma.c: a bit more details in the error analysis for z0 < 1.
vlefevre
2007-04-26
1
-4
/
+6
*
lngamma.c: a bit more details in the error analysis for z0 < 1.
vlefevre
2007-04-26
1
-4
/
+4
*
u was used for two different meanings in the error analysis for z0 < 1
zimmerma
2007-04-26
1
-8
/
+11
*
Added preliminary support for mpfr_lngamma and tests.
vlefevre
2007-04-25
1
-30
/
+89
*
lngamma.c: There was an assertion failed, probably because the error
vlefevre
2007-04-25
1
-1
/
+2
*
lngamma.c: fixed -2k-1 <= x <= -2k test.
vlefevre
2007-04-25
1
-9
/
+31
*
Added "Contributed by the Arenaire and Cacao projects, INRIA." to the
vlefevre
2007-02-07
1
-0
/
+1
*
Copyright notice update: added 2007.
vlefevre
2007-01-10
1
-1
/
+1
*
Replaced mpfr_mul_2exp and mpfr_div_2exp by mpfr_mul_2ui and
vlefevre
2006-12-19
1
-4
/
+4
*
lngamma.c: added a comment.
vlefevre
2006-11-03
1
-0
/
+1
*
Fixed an exponent/flags-related bug in lngamma.c.
vlefevre
2006-08-21
1
-4
/
+9
*
Updated FSF address.
vlefevre
2006-03-31
1
-2
/
+2
*
Added ', Inc.' when missing after 'Free Software Foundation'.
vlefevre
2006-01-05
1
-1
/
+1
*
Updated the copyright notices according to the new GNU rules on:
vlefevre
2006-01-05
1
-1
/
+1
*
Small optimization.
vlefevre
2005-09-28
1
-2
/
+2
[next]