summaryrefslogtreecommitdiff
path: root/tests/tsqrt.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
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* Added configure option --enable-assert=none to avoid checking anyvlefevre2012-06-261-2/+4
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-3/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Fixed printf's calls: support the case where mpfr_prec_t is not a longvlefevre2011-05-121-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [tsqrt.c] improved comment, and added test sqrt(+0) == +0zimmerma2010-08-301-1/+8
* [tests/tsqrt.c] Renamed check_nan() to check_singular().vlefevre2010-08-291-2/+2
* [tests/tsqrt.c] Check that sqrt(-0) has a negative sign.vlefevre2010-08-291-0/+1
* Replacedvlefevre2010-07-301-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-6/+6
* [tests/tsqrt.c] Add the test -1 <= x/sqrt(x^2) <= 1, which correspondsvlefevre2010-03-111-8/+15
* [tests/tsqrt.c] Added a comment about the x/sqrt(x^2+y^2) test.vlefevre2010-03-101-0/+2
* [tsqrt.c] fixed bug reported by Sam Rawlinszimmerma2010-03-101-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-16/+16
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-16/+16
* towards -> toward (consistency).vlefevre2009-09-021-2/+2
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-7/+7
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-3/+0
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-154/+154
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Add tests with round away mode.thevenyp2009-02-261-0/+10
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* Fixed remaining printf format strings.vlefevre2009-01-141-2/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-4/+4
* Added data_check support to mpfr_sqr.vlefevre2008-08-211-0/+1
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* tsqrt.c: added generic tests (shows that the inexact flag isn't set,vlefevre2007-09-181-0/+5
* No longer use MPFR_CHECK_ALL in tests. In '-dev' versions, assumevlefevre2007-07-251-2/+1
* Added code to check mpfr against Gonnet's tables when the environment variablezimmerma2007-07-201-0/+3
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-42/+42
* Remove mpfr_add_one_ulp from MPFR library.pelissip2005-06-061-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* added two property-testszimmerma2005-03-171-0/+66
* Cosmetics change.pelissip2005-03-081-18/+18
* fixed bug (variable used twice for different things)zimmerma2005-02-181-22/+44
* more changes for interface with NTLzimmerma2005-02-181-31/+54