summaryrefslogtreecommitdiff
path: root/tests/tsqrt.c
Commit message (Expand)AuthorAgeFilesLines
* [src/rec_sqrt.c] replace a call to mpn_mul_n with identical arguments byzimmerma2021-03-161-3/+3
* Changed "plus/minus infinity" to "positive/negative infinity".vlefevre2021-02-021-2/+2
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-311-7/+7
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [tests/tsqrt.c] For bad_cases(), use the same pos and psup parametersvlefevre2020-03-121-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [tests/tsqrt.c] modified test_sqrt1n() so that it passes with 8-bit limbszimmerma2018-09-111-2/+10
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-5/+5
* Removed trailing whitespace.vlefevre2018-02-191-1/+1
* [src/sqrt.c] removed dead codezimmerma2018-02-181-0/+43
* [tests/tsqrt.c] improve coveragezimmerma2018-02-181-2/+14
* [tests/tsqrt.c] improve coveragezimmerma2018-02-181-1/+30
* [tests/tsqrt.c] improve coveragezimmerma2018-02-171-1/+73
* [tests/tsqrt.c] improved coveragezimmerma2018-02-171-0/+34
* [tests/tsqrt.c] improve coveragezimmerma2018-02-171-0/+38
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [tests] Got rid of the use of mpfr_print_binary, in general withvlefevre2017-09-141-7/+6
* Merged the latest changes from the trunk, including some old changesetsvlefevre2017-05-041-0/+36
|\
| * [src/sqrt.c] fixed a bug, and simplified code (sb=0 implies rb=0)zimmerma2017-02-081-0/+36
| * Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
| * [src/sqrt.c] fixed bug in mpfr_sqrt2zimmerma2016-09-081-0/+20
| * [tests/tsqrt.c] Fixed output bug in a test.vlefevre2016-07-311-5/+5
* | Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* | [tests/tsqrt.c] The latest changes made tsqrt fail in an inexact testvlefevre2016-12-151-1/+1
* | Merged the latest changes from the trunk except those related tovlefevre2016-12-061-0/+20
* | Merged the following changesets from the trunk:vlefevre2016-09-021-5/+5
* | replaced mpfr_cmp by !mpfr_equal_pzimmerma2016-06-241-2/+2
* | added exhaustive tests for add,sub,mul,div,sqrtzimmerma2016-06-241-0/+40
|/
* Replaced various instances of mpfr_print_binary + newline (sometimesvlefevre2016-04-071-2/+2
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-1/+1
* MPFR_PREC_MIN is now 1, in accordance with the next revision of IEEE-754zimmerma2016-02-041-1/+1
* Replacedvlefevre2016-02-041-1/+1
* [tests/tsqrt.c] Improved bug20160120.vlefevre2016-01-211-4/+9
* [tests/tsqrt.c] In bug20160120, check the validity of the result withvlefevre2016-01-211-0/+2
* fixed bug in mpfr_sqrt reported by Fredrik Johanssonzimmerma2016-01-201-1/+6
* added test case for bug reported by Fredrik Johanssonzimmerma2016-01-201-0/+19
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* 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