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
*
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
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Add support for FAST_COMPUTE_IS_SMALL_INPUT.
pelissip
2005-05-13
1
-5
/
+5
*
Add round_near_x support for small arguments.
pelissip
2005-05-13
1
-0
/
+5
*
Fix computing of `sup` to reflect what is decribed in algorithms.tex.
pelissip
2005-05-03
1
-4
/
+5
*
Tiny optimization of mpfr_atan.
pelissip
2005-05-03
1
-34
/
+16
*
Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacement
pelissip
2005-03-14
1
-2
/
+2
*
Fix bug in estimated error (See previous ChangeLog).
pelissip
2005-03-02
1
-6
/
+7
*
Log input and ouput of functions.
pelissip
2005-02-15
1
-0
/
+3
*
Add ZivLoop controler.
pelissip
2005-02-14
1
-39
/
+4
*
Fix bug of atan(-1) (wrong sign).
pelissip
2005-02-04
1
-1
/
+2
*
Optimize mpfr_atan_aux by removing all power of 2 in the sum to
pelissip
2005-01-14
1
-43
/
+115
*
Massive optimization of mpfr_atan (20x faster than 2.1.0 at 53 bits!)
pelissip
2005-01-12
1
-64
/
+121
*
Fix forgotten '2005' Line.
pelissip
2005-01-04
1
-1
/
+1
*
Fix wrong inexact value (regression).
pelissip
2005-01-04
1
-1
/
+1
*
Optimize mpfr_atan.
pelissip
2004-12-16
1
-22
/
+92
*
Optimize by increasing with BITS_PER_MP_LIMB instead of log2(prec)
pelissip
2004-12-10
1
-1
/
+1
*
Clean up code (Fix integer types + rewrite some code).
pelissip
2004-12-10
1
-127
/
+74
*
Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()
pelissip
2004-11-18
1
-12
/
+8
*
Refix another bug (The same).
pelissip
2004-11-15
1
-1
/
+1
*
Fix a bug (Use __gmpfr_ceil_log2 instead of MPFR_INT_CEIL_LOG2).
pelissip
2004-11-15
1
-1
/
+1
*
Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.
pelissip
2004-11-10
1
-5
/
+7
*
Unlikely some tests.
pelissip
2004-06-16
1
-3
/
+2
*
Fix overflow and add corresponding tests.
pelissip
2004-05-06
1
-1
/
+4
*
improved coverage test
zimmerma
2004-02-13
1
-35
/
+37
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-3
/
+1
*
fixed bugs in atan cbrt erf
zimmerma
2004-01-27
1
-1
/
+2
*
added several hard-coded tests (and fixed bugs found)
zimmerma
2004-01-22
1
-17
/
+18
[next]