summaryrefslogtreecommitdiff
path: root/hypot.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagmpfr-2-1-2-rel(no author)2005-08-031-4/+18
* improved coverage testzimmerma2004-02-141-8/+12
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* added new tests for agm and hypot (+ fixed bugs)zimmerma2004-01-301-2/+4
* Changed some error messages into assertions.vlefevre2004-01-141-14/+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-6/+6
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-21/+19
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-1/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* Some fixes to avoid overflows.vlefevre2002-10-191-3/+4
* fixed bug for large argumentszimmerma2002-10-191-4/+47
* Precision Nt: int -> mp_prec_t.vlefevre2002-10-181-3/+3
* fixed overflow problemzimmerma2002-10-181-54/+47
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* Misc bug fixes and code clean-up.vlefevre2002-02-011-15/+14
* removed K&R function headerszimmerma2001-11-161-9/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* add some flagsdaney2001-10-261-76/+82
* err <0 => is now testerdaney2001-10-261-4/+8
* small changes for inexact flagzimmerma2001-10-161-31/+32
* ajout hypotdaney2001-10-161-0/+131