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
*
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
*
Log input and ouput of functions.
pelissip
2005-02-15
1
-0
/
+3
*
Clean up
pelissip
2005-02-14
1
-20
/
+23
*
Fix bug.
pelissip
2004-12-16
1
-4
/
+2
*
Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()
pelissip
2004-11-18
1
-2
/
+4
*
Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.
pelissip
2004-11-10
1
-2
/
+2
*
Fix a bug in a formula.
pelissip
2004-05-06
1
-1
/
+1
*
Fix overflow problems.
pelissip
2004-05-06
1
-1
/
+4
*
Fix overflow bug.
pelissip
2004-05-06
1
-13
/
+16
*
Remove the double vars. (Use fixed instead).
pelissip
2004-05-05
1
-18
/
+10
*
improved test coverage
zimmerma
2004-02-13
1
-3
/
+0
*
improved cov. test
zimmerma
2004-02-12
1
-4
/
+3
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-3
/
+1
*
fixed problem in gamma/factorial
zimmerma
2004-01-30
1
-14
/
+24
*
+ Optimize a few div.c
pelissip
2003-12-15
1
-20
/
+24
*
Remove some warnings and potential errors (Comparaison between signed and uns...
pelissip
2003-11-21
1
-1
/
+1
*
Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))
pelissip
2003-11-05
1
-1
/
+1
*
+ Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.
pelissip
2003-11-04
1
-5
/
+5
*
Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...
pelissip
2003-10-28
1
-27
/
+29
*
replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)
zimmerma
2003-10-14
1
-5
/
+5
*
Use type mp_prec_t for precisions.
vlefevre
2003-01-15
1
-7
/
+7
*
Source re-indented.
vlefevre
2003-01-15
1
-107
/
+101
[next]