summaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* added SAVE_EXPO stuffzimmerma2005-08-311-1/+4
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-7/+7
* Converted tabs to spaces with expand.vlefevre2005-08-181-30/+30
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-3/+3
* Extract constants (__gmpfr_one, two and four) from log.c to constant.cpelissip2005-05-171-5/+0
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* Improve test to 1.pelissip2005-02-211-29/+23
* Log input and ouput of functions.pelissip2005-02-151-2/+3
* Add log for other functions.pelissip2005-02-101-2/+8
* Improve the initial value of prec: 10% improvement (?) on average.pelissip2004-11-191-3/+3
* Reduce number of used variables.pelissip2004-11-181-78/+66
* Optimize the way of computing initial precision.pelissip2004-05-041-10/+9
* improved coverage testzimmerma2004-02-141-3/+2
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Changed some error messages into assertions.vlefevre2004-01-141-15/+12
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-5/+5
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-29/+30
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-7/+7
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-7/+6
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-4/+4
* fixed some problems found by insurezimmerma2002-11-201-4/+4
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Bugs fixed.vlefevre2002-03-171-2/+2
* Copyright line changed.vlefevre2002-03-041-1/+1
* Misc bug fixes and code clean-up.vlefevre2002-02-011-15/+14
* Spelling: "canceled"vlefevre2002-01-101-2/+2
* Functions mpfr_{mul,div}_2{si,ui} added.vlefevre2001-11-291-2/+2
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-3/+3
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-8/+1
* implement ternary inexact flagzimmerma2001-10-151-8/+11
* log(0) now returns 0 (exact infinity)zimmerma2001-04-201-1/+1
* fixed pbs with NaN/Infzimmerma2001-04-181-20/+30
* Case where argument < 0 included, NR 17-04-2001revol2001-04-171-0/+6
* removed superfluous TMP_FREE(marker)zimmerma2001-01-111-4/+3
* only editingzimmerma2000-12-221-10/+10
* k2r -> ansi stylezimmerma2000-12-211-14/+16
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-13/+9
* _mp_d -> MPFR_MANTzimmerma2000-12-151-1/+2
* A few patches.hanrot2000-12-151-3/+9
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1