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
/
eint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
<stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.h
vlefevre
2007-07-09
1
-1
/
+0
*
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
-3
/
+3
*
Untabify.
vlefevre
2006-11-19
1
-26
/
+26
*
fixed bug in erfc (forgot to compare result of cmp_si)
zimmerma
2006-11-19
1
-1
/
+5
*
added asymptotic expansion for mpfr_eint (don't need MPFR_WARNING any more)
zimmerma
2006-11-19
1
-37
/
+73
*
Added warnings support.
vlefevre
2006-11-10
1
-2
/
+3
*
eint.c: better overflow checking; fix: all allocated memory now freed.
vlefevre
2006-10-27
1
-17
/
+23
*
eint.c: forgot 2 mpfr_clear's.
vlefevre
2006-10-27
1
-0
/
+2
*
eint.c fix: and changed the #if into if.
vlefevre
2006-10-27
1
-7
/
+10
*
eint.c fix: replaced BITS_PER_MP_LIMB by sizeof(mp_exp_t) * CHAR_BIT.
vlefevre
2006-10-27
1
-2
/
+3
*
improved bound for x with BITS_PER_MP_LIMB=32
zimmerma
2006-10-27
1
-2
/
+9
*
The current implementation of mpfr_eint cannot compute the result for
vlefevre
2006-10-27
1
-4
/
+9
*
added tests for overflows or underflows
zimmerma
2006-10-26
1
-0
/
+15
*
In latest change, replaced exit(1) by abort().
vlefevre
2006-10-26
1
-2
/
+4
*
added test for eint()
zimmerma
2006-10-26
1
-12
/
+7
*
Fixed FSF address.
vlefevre
2006-03-31
1
-1
/
+1
*
Updated the copyright notices according to the new GNU rules on:
vlefevre
2006-01-05
1
-1
/
+1
*
Removed trailing spaces (better for future patches, as such spaces
vlefevre
2005-08-18
1
-2
/
+2
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-1
/
+1
*
Fix bug: check if mpfr_log returns 0.
pelissip
2005-06-10
1
-2
/
+4
*
Replace MPFR_EXP to MPFR_GET_EXP
pelissip
2005-06-08
1
-22
/
+30
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
improved const_euler and eint
zimmerma
2005-05-04
1
-10
/
+22
*
added mpfr_eint
zimmerma
2005-04-30
1
-0
/
+217