summaryrefslogtreecommitdiff
path: root/hypot.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mpfr_add_one_ulp from MPFR library.pelissip2005-06-061-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* hypot(±oo, NaN) now returns +oo, as in ISO C99 (wasn't documented).vlefevre2005-05-171-16/+17
* improved const_euler and eintzimmerma2005-05-041-1/+3
* Fixed the mpfr_hypot bug, and re-enabled the test_large_small test.vlefevre2005-05-031-3/+7
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* Clean uppelissip2005-02-141-44/+38
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-7/+6
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-2/+2
* 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