summaryrefslogtreecommitdiff
path: root/tests/thypot.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* [tests/thypot.c] More NaN tests.vlefevre2013-11-061-0/+5
* [tests/thypot.c] Fix use of an uninitialized variable.thevenyp2013-11-061-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-4/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-5/+5
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-42/+42
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* added round to away (still experimental)zimmerma2009-02-261-1/+1
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* tests/thypot.c: added a test.vlefevre2008-11-181-1/+22
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* 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