summaryrefslogtreecommitdiff
path: root/tests/thypot.c
Commit message (Expand)AuthorAgeFilesLines
* tests/thypot.c: added a test for tiny x and y (already done by thevlefevre2008-08-201-0/+46
* tests/thypot.c: improved error messages.vlefevre2008-08-201-2/+4
* tests/thypot.c: perform some tests both in the current exponent rangevlefevre2008-08-201-4/+30
* algorithms.tex: Prove the correctness of the algorithm used for mpfr_hypotthevenyp2008-07-301-6/+21
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-2/+2
* tests/thypot.c: added check_overflow test (currently fails in 32 bits).vlefevre2008-02-201-0/+38
* hypot.c: set flags when returningthevenyp2008-02-181-92/+6
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-1/+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
* Merged the changes from branch vlefevre:vlefevre2005-11-021-1/+20
* 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-0/+10
* Fixed the mpfr_hypot bug, and re-enabled the test_large_small test.vlefevre2005-05-031-4/+7
* Added a test showing a bug, enabled when TEST_LARGE_SMALL is definedvlefevre2005-05-021-0/+22
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-1/+1
* improved coverage testzimmerma2004-02-141-0/+25
* + Better support of non IEEE doubles.pelissip2004-02-061-1/+1
* added new tests for agm and hypot (+ fixed bugs)zimmerma2004-01-301-1/+14
* + Optimize a few div.cpelissip2003-12-151-4/+1
* now uses #include "tgeneric.c" everywherezimmerma2003-10-141-1/+1
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-2/+2
* Changed the remaining stderr to stdout.vlefevre2003-09-251-58/+58
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-4/+4
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-6/+6
* added one testzimmerma2003-02-211-0/+7
* Added newline.vlefevre2002-10-181-1/+2
* Added test that makes mpfr_hypot fail.vlefevre2002-10-181-4/+36
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+3
* Copyright line updated.vlefevre2002-05-141-1/+1
* 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
* #include fixes (Torbjorn Granlund).vlefevre2002-01-171-2/+3
* start tests with precision 2 instead of 1zimmerma2001-11-301-1/+1
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-4/+4
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* add exact flagdaney2001-10-261-3/+25
* add test for hypotdaney2001-10-191-0/+109