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
/
sin_cos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix wrong integer types.
pelissip
2005-02-16
1
-1
/
+2
*
Use of MPFR_LOG_FUNC.
pelissip
2005-02-15
1
-3
/
+4
*
Add log for other functions.
pelissip
2005-02-10
1
-2
/
+6
*
Improve inexact code since sin & cos can't be exact if x != 0
pelissip
2005-01-28
1
-5
/
+6
*
Much faster worst case (ie result near 0 or 1).
pelissip
2005-01-28
1
-1
/
+5
*
Updated copyright lines.
vlefevre
2005-01-28
1
-1
/
+1
*
test for huge cancellation was misplaced
zimmerma
2005-01-27
1
-1
/
+2
*
fixed inefficiency problem for x near from Pi
zimmerma
2005-01-27
1
-1
/
+4
*
Optimize mpfr_tan
pelissip
2004-12-17
1
-1
/
+1
*
Optimize the computing of the sign of sinus if GET_EXP(x) < 0
pelissip
2004-12-17
1
-11
/
+16
*
Optimize initial precision in case of EXP(x) < 0.
pelissip
2004-12-09
1
-10
/
+13
*
Simplify the inner loop.
pelissip
2004-11-25
1
-31
/
+26
*
Change initial precision if EXP(op) < 0.
pelissip
2004-11-25
1
-1
/
+1
*
Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.
pelissip
2004-11-10
1
-2
/
+3
*
new coverage tests
zimmerma
2004-02-14
1
-3
/
+2
*
Add forgotten copyright 2004 line.
pelissip
2004-02-06
1
-2
/
+1
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-3
/
+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
-14
/
+18
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-4
/
+4
*
Suppress some #define and fix symbol names (makes code cleaner):
vlefevre
2002-12-16
1
-2
/
+2
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
new version (adapted from sin.c)
zimmerma
2002-03-17
1
-0
/
+99
*
now two separate files cos.c and sin.c
zimmerma
2001-11-16
1
-275
/
+0
*
removed mpfr_sin and mpfr_cos (now separate implementations)
zimmerma
2001-09-07
1
-12
/
+0
*
A few patches.
daney
2001-06-14
1
-1
/
+1
*
added mpfr_sin and mpfr_cos
zimmerma
2001-06-07
1
-0
/
+12
*
fixed problems with old K&R compilers (_PROTO missing)
zimmerma
2001-02-15
1
-9
/
+32
*
truncate the last uk (when the precision is not a power of 2)
zimmerma
2001-01-11
1
-8
/
+14
*
k2r -> ansi style
zimmerma
2000-12-21
1
-13
/
+14
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-4
/
+5
*
removed warnings
zimmerma
2000-12-15
1
-0
/
+3
*
Permutation of includes to avoid warnings due to careless multiple definition
hanrot
2000-12-15
1
-1
/
+1
*
check that we can round the cosine too
zimmerma
2000-12-13
1
-3
/
+4
*
cleaned calls to mpfr_extract
zimmerma
2000-12-01
1
-11
/
+7
*
replaced log(2.0) by LOG2 [first step in getting rid of math.h]
zimmerma
2000-12-01
1
-3
/
+3
*
return value was wrong for input non-zero (should return 1 = inexact)
zimmerma
2000-12-01
1
-4
/
+10
*
gained a factor of 2 in most cases (replaced initial constant factor=2
zimmerma
2000-11-29
1
-25
/
+42
*
Infinis, premiere tentative.
hanrot
2000-11-21
1
-1
/
+1
*
protected all macros: xxx -> MPFR_xxx
zimmerma
2000-10-26
1
-12
/
+12
*
removed some memory leaks
zimmerma
2000-08-16
1
-14
/
+13
*
First Release
jeandel
2000-07-11
1
-0
/
+222