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
/
gamma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced
vlefevre
2010-07-30
1
-1
/
+1
*
[gamma.c] Added an assert concerning the mpfr_exp_t size.
vlefevre
2010-07-09
1
-0
/
+4
*
[gamma.c] fixed bug reported on MPFR list:
zimmerma
2010-07-09
1
-3
/
+3
*
New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).
vlefevre
2010-05-07
1
-2
/
+2
*
Changed mp_prec_t into mpfr_prec_t.
vlefevre
2010-04-30
1
-6
/
+6
*
Copyright notice update: added 2010 with
vlefevre
2010-01-20
1
-1
/
+1
*
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
-1
/
+1
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-47
/
+47
*
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
-2
/
+2
*
fixed some signed/unsigned warnings with g++ (please review)
zimmerma
2008-11-22
1
-2
/
+2
*
This is now GNU MPFR!
vlefevre
2008-10-27
1
-4
/
+4
*
fixed bug in case of underflow (wrong sign)
zimmerma
2008-01-01
1
-1
/
+1
*
Copyright notice update: added 2008 with
vlefevre
2008-01-01
1
-1
/
+1
*
Merged the feature-block branch to the trunk:
vlefevre
2007-12-18
1
-6
/
+4
*
gamma.c: attempt to fix wrong fix in 4918 (the maximum exponent can
vlefevre
2007-10-27
1
-8
/
+8
*
fixed another bug found by Kevin Rauch: gamma(huge integer) failed on 64-bit
zimmerma
2007-10-26
1
-0
/
+2
*
MPFR_RET (mpfr_check_range (...)) -> return mpfr_check_range (...)
vlefevre
2007-05-28
1
-3
/
+3
*
fixed problem for tiny arguments
zimmerma
2007-05-28
1
-0
/
+51
*
fixed problem for x integer and rounding to nearest
zimmerma
2007-05-23
1
-2
/
+6
*
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
-2
/
+2
*
replaced set_d by set_str_binary (more portable)
zimmerma
2006-11-23
1
-2
/
+4
*
fixed bug in overflow test
zimmerma
2006-11-20
1
-2
/
+10
*
fixed bug in mpfr_gamma for exact result
zimmerma
2006-11-20
1
-2
/
+34
*
Fixed FSF address.
vlefevre
2006-03-31
1
-1
/
+1
*
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
*
Untabify.
vlefevre
2005-09-16
1
-20
/
+20
*
cleanup of gamma and lngamma
zimmerma
2005-09-09
1
-27
/
+21
*
improved trade-off between fac_ui and gamma when argument is integer
zimmerma
2005-09-02
1
-2
/
+9
*
fixed remaining problem in gamma
zimmerma
2005-09-02
1
-14
/
+17
*
now uses lngamma code for x < 1 too
zimmerma
2005-09-01
1
-134
/
+97
*
now uses lngamma code for x > 1
zimmerma
2005-08-31
1
-1
/
+8
*
check for overflow/underflow in pow and gamma
zimmerma
2005-08-29
1
-2
/
+78
*
Removed trailing spaces (better for future patches, as such spaces
vlefevre
2005-08-18
1
-1
/
+1
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-29
/
+29
*
fixed comments (code did not change)
zimmerma
2005-08-16
1
-7
/
+7
*
added formula for gamma function
zimmerma
2005-08-16
1
-5
/
+5
*
fixed bug for tiny input
zimmerma
2005-08-16
1
-13
/
+31
*
Clean up use of stdio.h:
pelissip
2005-06-08
1
-5
/
+0
*
Add experimental code (disabled).
pelissip
2005-06-06
1
-0
/
+36
*
Reduce use of intermediary variables.
pelissip
2005-06-06
1
-31
/
+13
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Optimize it a few by avoiding calling fac_ui for each iteration
pelissip
2005-06-02
1
-4
/
+13
*
Improve efficiency by removing 2 variables (Loop uses only 4 vars).
pelissip
2005-06-02
1
-72
/
+38
*
fixed bug in pow_ui (and pow_z): missing factor 2 in error bound
zimmerma
2005-03-25
1
-2
/
+12
[next]