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
/
atan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).
vlefevre
2010-05-07
1
-3
/
+3
*
Changed mp_prec_t into mpfr_prec_t.
vlefevre
2010-04-30
1
-6
/
+6
*
changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function)
zimmerma
2010-02-22
1
-1
/
+1
*
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
-1
/
+1
*
BITS_PER_MP_LIMB -> GMP_LIMB_BITS
zimmerma
2010-01-08
1
-1
/
+1
*
[atan.c] updated the comments
zimmerma
2009-09-23
1
-4
/
+4
*
atan.c: added a FIXME comment.
vlefevre
2009-09-22
1
-0
/
+3
*
atan.c: added some assertions.
vlefevre
2009-09-22
1
-3
/
+7
*
[atan.c] implemented argument reduction (cf error analysis in algorithms.tex)
zimmerma
2009-09-22
1
-27
/
+54
*
[acos.c] initial working precision was too small
zimmerma
2009-09-18
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
*
atan.c: added comments after checking r6186.
vlefevre
2009-05-05
1
-2
/
+2
*
atan.c: expand exponent range when computing arctan(Inf) and arctan(+-1).
thevenyp
2009-05-05
1
-11
/
+10
*
[atan.c] fixed bug when x is very near but differs from 1
zimmerma
2009-04-29
1
-1
/
+17
*
untabify
vlefevre
2009-03-06
1
-3
/
+3
*
[atan.c] coverage should now be 100%
zimmerma
2009-03-05
1
-5
/
+6
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-17
/
+17
*
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
*
final got rid of generic.c (bug 6199)
zimmerma
2008-09-16
1
-13
/
+1
*
fixed typo, added argument reduction for atan (we should try it since I believe
zimmerma
2008-06-07
1
-1
/
+1
*
Copyright notice update: added 2008 with
vlefevre
2008-01-01
1
-1
/
+1
*
Untabified and removed trailing spaces.
vlefevre
2007-06-20
1
-33
/
+33
*
Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.
vlefevre
2007-05-28
1
-1
/
+2
*
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
*
Fixed FSF address.
vlefevre
2006-03-31
1
-1
/
+1
*
replaced 6th empty argument of MPFR_FAST_COMPUTE_IF_SMALL_INPUT by {}
zimmerma
2006-03-16
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
*
fixed remaining problems
zimmerma
2005-11-02
1
-2
/
+8
*
declared variables as mp_prec_t instead of int
zimmerma
2005-11-02
1
-8
/
+10
*
factored calls to gmp_alloc
zimmerma
2005-10-31
1
-6
/
+4
*
improved atan (now can cut series before 2^m)
zimmerma
2005-10-31
1
-69
/
+131
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-60
/
+60
*
Add experimental code (Disabled).
pelissip
2005-07-26
1
-1
/
+9
*
Fix bug of signed 0.
pelissip
2005-07-05
1
-39
/
+38
*
Simplify a condition which was always true.
pelissip
2005-06-28
1
-14
/
+12
*
Add assertion.
pelissip
2005-06-28
1
-0
/
+1
*
Simplify code for final step (when i== n0):
pelissip
2005-06-28
1
-13
/
+11
*
Optimize: when computing arctan(p/2^r) simplify
pelissip
2005-06-28
1
-47
/
+25
*
Fix warnings due to comparaison between signed and unsigned.
pelissip
2005-06-08
1
-3
/
+3
*
Fix introduced bug due to missing NULL.
pelissip
2005-06-08
1
-2
/
+2
*
Clean up use of stdio.h:
pelissip
2005-06-08
1
-2
/
+0
*
Use GROUP functions.
pelissip
2005-06-07
1
-28
/
+11
[next]