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
/
mpfr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpfr_set_q now returns an int
zimmerma
2001-10-26
1
-1
/
+1
*
add copysign
daney
2001-10-26
1
-2
/
+9
*
Add multiplication/division/addition/substraction by mpz and mpq
rouillie
2001-10-26
1
-0
/
+14
*
implemented ternary flag in mpfr_ui_div
zimmerma
2001-10-26
1
-1
/
+1
*
La division nouvelle est arrivee.
hanrot
2001-10-25
1
-1
/
+1
*
add mpfr_log10
daney
2001-10-23
1
-0
/
+1
*
void -> int as return value for mpfr_add_ui
zimmerma
2001-10-19
1
-1
/
+1
*
add some proto
daney
2001-10-19
1
-5
/
+17
*
mpfr_add1 and mpfr_sub1 prototypes moved to mpfr-impl.h (to detect clashes).
vlefevre
2001-10-19
1
-1
/
+1
*
added prototypes for mpfr_fma and mpfr_hypot
zimmerma
2001-10-16
1
-0
/
+2
*
return type is now int for mpfr_mul_2exp and mpfr_div_2exp
zimmerma
2001-10-15
1
-2
/
+2
*
void -> int as return value for new functions implementing inexact flag
zimmerma
2001-10-12
1
-8
/
+8
*
now mpfr_set_prec returns 1 instead of producing an error in case prec=0
zimmerma
2001-09-28
1
-1
/
+1
*
Inexact ternary value for mpfr_set4, mpfr_set_ui and mpfr_set_si.
vlefevre
2001-09-11
1
-2
/
+2
*
Macro MPFR_RET added. Ternary value for mpfr_set4.
vlefevre
2001-09-11
1
-1
/
+1
*
New flags.
vlefevre
2001-09-11
1
-1
/
+7
*
added mpfr_tan
zimmerma
2001-09-10
1
-0
/
+1
*
removed sin_cos
zimmerma
2001-09-07
1
-1
/
+0
*
mpfr_cmp3 changed and integer overflows checked.
vlefevre
2001-09-05
1
-1
/
+1
*
Some support for exponent change and exceptions.
vlefevre
2001-08-25
1
-0
/
+30
*
mpfr_const_euler returns an int
zimmerma
2001-08-23
1
-1
/
+1
*
added mpfr_const_euler
zimmerma
2001-08-23
1
-0
/
+1
*
added mpfr_asin
zimmerma
2001-08-14
1
-1
/
+2
*
Macros mpfr_init_set_* changed to expressions.
vlefevre
2001-08-10
1
-5
/
+5
*
A few patches.
daney
2001-06-14
1
-1
/
+8
*
added mpfr_sin and mpfr_cos
zimmerma
2001-06-07
1
-0
/
+2
*
reactualise .h
daney
2001-04-05
1
-0
/
+8
*
mpfr_mul now returns an int
zimmerma
2001-03-13
1
-1
/
+1
*
added arc-tangent
zimmerma
2001-03-08
1
-0
/
+1
*
changed definition of mpfr_sgn to get rid of MPFR_NOTZERO
zimmerma
2001-02-18
1
-1
/
+1
*
added const to 2nd argument of mpfr_set_str
zimmerma
2001-02-15
1
-3
/
+5
*
added guard to prevent multiple inclusion
zimmerma
2001-01-18
1
-0
/
+4
*
removed srandom
zimmerma
2001-01-11
1
-2
/
+4
*
moved prototypes for mpfr_set4 and mpfr_cmp3 to mpfr.h
zimmerma
2000-12-22
1
-0
/
+2
*
added MPFR_SIGN
zimmerma
2000-12-21
1
-3
/
+5
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-85
/
+10
*
added prototype for mpfr_srandom
zimmerma
2000-12-15
1
-1
/
+2
*
added mpfr_swap
zimmerma
2000-12-15
1
-0
/
+1
*
removed MPFR_SET_IS_FP (not used)
zimmerma
2000-12-15
1
-1
/
+0
*
A few patches.
hanrot
2000-12-15
1
-1
/
+1
*
MPFR_CHANGE_SIGN modified to avoid a possible side effect.
vlefevre
2000-12-15
1
-1
/
+1
*
Patches for compiler warnings.
hanrot
2000-12-15
1
-2
/
+2
*
Take into account Inf, Nans ; clear the flags of the return variable
hanrot
2000-12-13
1
-2
/
+3
*
added macros to recognize doubles that are NaNs and infinities
zimmerma
2000-12-07
1
-0
/
+11
*
now ABSSIZE uses only 29 bits
zimmerma
2000-12-05
1
-1
/
+1
*
added header for mpfr_extract
zimmerma
2000-12-01
1
-0
/
+1
*
replaced log(2.0) by LOG2 [first step in getting rid of math.h]
zimmerma
2000-12-01
1
-0
/
+4
*
added extern "C" { ... } for inclusion in C++
zimmerma
2000-12-01
1
-9
/
+8
*
changed copyright to Free Software Foundation
zimmerma
2000-12-01
1
-1
/
+1
*
removed macro for mpfr_init_set_str_raw
zimmerma
2000-12-01
1
-2
/
+0
[next]