summaryrefslogtreecommitdiff
path: root/tests/tsqrt.c
Commit message (Expand)AuthorAgeFilesLines
...
* fixed bugs in atan cbrt erfzimmerma2004-01-271-0/+17
* Update the tests to reduce the use of floats.pelissip2004-01-091-147/+167
* + Optimize a few div.cpelissip2003-12-151-4/+1
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-1/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-2/+2
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-3/+3
* Changed some stderr to stdout.vlefevre2003-09-241-9/+10
* moved disabled test to "special" codezimmerma2003-06-131-13/+11
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-1/+1
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-4/+4
* Disable "8093416094703476*2^(-1075)" because mips64ryde2003-06-081-0/+7
* changed new test in 'check4' stylezimmerma2003-03-181-57/+60
* added one testzimmerma2003-02-211-0/+3
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-21/+15
* Use tests_start_mpfr / tests_end_mpfr.ryde2003-01-221-0/+3
* Remove tests involving "double" nans and infs, covered by check_nan.ryde2003-01-221-6/+1
* added year 2003 in copyright linezimmerma2003-01-161-2/+1
* replaced isnan() by Isnan()zimmerma2003-01-161-13/+16
* removed all tests that compare to libmzimmerma2002-11-251-56/+6
* Suppress tests if sqrt is not affected by mpfr_set_machine_rnd_modevlefevre2002-06-081-0/+19
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possiblevlefevre2002-04-101-2/+2
* Check for fenv.h -> check for fesetround.vlefevre2002-04-091-2/+2
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-4/+4
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* use AC_CHECK_HEADERS to check for fenv.hzimmerma2002-04-051-2/+2
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-15/+12
* #include <unistd.h> removed. Redefined macros ABS removed.vlefevre2002-03-261-1/+0
* replaced getpid() by time(NULL)zimmerma2002-03-251-1/+1
* added check_nan (from Kevin)zimmerma2002-03-251-1/+51
* Missing #include.vlefevre2002-03-221-0/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-3/+3
* now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF,zimmerma2002-03-191-4/+5
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-5/+9
* start tests with precision 2 instead of 1zimmerma2001-11-301-8/+8
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-1/+1
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-5/+5
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-2/+3
* added random tests for inexact flagzimmerma2001-10-111-3/+83
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+3
* unsigned char (or int) -> mp_rnd_tzimmerma2000-12-211-4/+4
* removed gmp-impl, isnan(), ...zimmerma2000-12-211-7/+4
* Added prototypes for all test files.hanrot2000-12-201-0/+6
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-5/+2
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-1/+6
* added one more test from N. Muellerzimmerma2000-12-041-0/+7
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* added test to check sign of square rootzimmerma2000-12-011-0/+21