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
/
exp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright notice update: added 2007.
vlefevre
2007-01-10
1
-1
/
+1
*
Partial fix: The inexact flag was not always set in some functions.
vlefevre
2006-08-20
1
-1
/
+1
*
Fixed FSF address.
vlefevre
2006-03-31
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 bug in exp(-eps) for rounding toward zero (test was also wrong...)
zimmerma
2005-09-13
1
-1
/
+2
*
Removed trailing spaces (better for future patches, as such spaces
vlefevre
2005-08-18
1
-3
/
+3
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-30
/
+30
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Fix bug when exp(x) is near the limit of an overflow or an
pelissip
2005-05-11
1
-0
/
+2
*
Log input and ouput of functions.
pelissip
2005-02-15
1
-2
/
+3
*
Add log for other functions.
pelissip
2005-02-10
1
-26
/
+38
*
Rename internal functions mpfr_set_overflow in mpfr_overflow and
pelissip
2005-02-03
1
-3
/
+3
*
Fixed a sign bug in mpfr_exp (found by Mark J Watkins).
vlefevre
2005-01-29
1
-3
/
+3
*
Fix wrong integer type and a test.
pelissip
2004-12-20
1
-2
/
+4
*
Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()
pelissip
2004-11-18
1
-6
/
+8
*
Fix overflow problems.
pelissip
2004-05-06
1
-4
/
+7
*
Add some UNLIKELY to the tests.
pelissip
2004-05-04
1
-3
/
+3
*
Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.
pelissip
2004-03-26
1
-1
/
+1
*
Rename mpfr_exp3 in mpfr_exp_3.
pelissip
2004-03-17
1
-2
/
+2
*
fixed tiny bugs for corner cases
zimmerma
2004-02-12
1
-5
/
+11
*
Add forgotten copyright 2004 line.
pelissip
2004-02-06
1
-1
/
+0
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-3
/
+1
*
Changed some error messages into assertions.
vlefevre
2004-01-14
1
-4
/
+3
*
Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))
pelissip
2003-11-05
1
-0
/
+2
*
+ Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.
pelissip
2003-11-04
1
-15
/
+8
*
Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...
pelissip
2003-10-28
1
-21
/
+20
*
Fixed mpfr_set_overflow, added tests for mpfr_set_underflow
vlefevre
2003-09-14
1
-2
/
+1
*
overflow with round to zero was incorrect
zimmerma
2003-09-13
1
-1
/
+2
*
improved error analysis on erf
zimmerma
2003-06-13
1
-2
/
+2
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-2
/
+2
*
Suppress some #define and fix symbol names (makes code cleaner):
vlefevre
2002-12-16
1
-6
/
+6
*
Prototype of mpfr_setmax and mpfr_setmin changed (exponent given).
vlefevre
2002-07-26
1
-10
/
+17
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
*
Code clean-up.
vlefevre
2002-04-12
1
-3
/
+0
*
mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.
vlefevre
2002-04-07
1
-1
/
+1
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
Copyright line changed.
vlefevre
2002-03-04
1
-1
/
+1
*
Misc bug fixes and code clean-up.
vlefevre
2002-02-04
1
-12
/
+2
*
Misc bug fixes and code clean-up.
vlefevre
2002-02-01
1
-15
/
+9
*
mpfr_add_one_ulp and mpfr_sub_one_ulp changed.
vlefevre
2001-11-21
1
-2
/
+2
*
removed K&R function headers
zimmerma
2001-11-16
1
-7
/
+0
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
implement ternary inexact flag
zimmerma
2001-10-15
1
-31
/
+69
*
change old exp2 (conflict with 2^x) to exp_2
daney
2001-04-06
1
-3
/
+3
*
mpfr_exp2 -> mpfr_exp_2
zimmerma
2001-04-05
1
-1
/
+1
*
k2r -> ansi style
zimmerma
2000-12-21
1
-7
/
+17
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-3
/
+2
*
Patches for compiler warnings.
hanrot
2000-12-15
1
-2
/
+5
*
Permutation of includes to avoid warnings due to careless multiple definition
hanrot
2000-12-15
1
-1
/
+1
[next]