summaryrefslogtreecommitdiff
path: root/tests/thypot.c
Commit message (Expand)AuthorAgeFilesLines
* 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