summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF,zimmerma2002-03-1918-146/+158
* Macros MPFR_DBL_NAN, MPFR_DBL_INFP and MPFR_DBL_INFM.vlefevre2002-03-191-1/+1
* MP_LIMB_T_HIGHBIT -> ULONG_HIGHBITzimmerma2002-03-191-3/+3
* moved code under #ifdefzimmerma2002-03-191-3/+3
* moved code under #ifdef TESTzimmerma2002-03-191-3/+3
* added tests for tan(3*Pi/4) and tan(7*Pi/4)zimmerma2002-03-171-1/+37
* added test for log(10^n)zimmerma2002-03-171-1/+23
* Fix (patch by Kevin Ryde).vlefevre2002-03-131-4/+3
* mpfr_get_d3 partially rewritten (to follow the new specifications).vlefevre2002-03-111-4/+4
* stupid typo in previous commitzimmerma2002-03-111-1/+0
* fixed typo (ai [potentially unsigned] replaced by i)zimmerma2002-03-111-0/+19
* New mpfr_get_d, mpfr_get_d2, mpfr_get_d3.vlefevre2002-03-111-1/+10
* #include changes.vlefevre2002-03-115-7/+5
* simplified test4()zimmerma2002-03-071-68/+14
* Casts fixed.vlefevre2002-03-051-41/+42
* Copyright line changed.vlefevre2002-03-0472-72/+72
* Removed some <math.h> dependencies.vlefevre2002-02-284-12/+10
* Fixed.vlefevre2002-02-281-11/+14
* mpfr_get_d2 tested.vlefevre2002-02-271-3/+16
* New tests.vlefevre2002-02-272-21/+84
* Update due to changes in mpfr_get_str.vlefevre2002-02-121-1/+1
* Change the test return valuesdaney2002-02-061-16/+16
* Bux fixed.vlefevre2002-01-301-3/+1
* Tests added (mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round).vlefevre2002-01-303-4/+98
* mpfr_round -> mpfr_round_prec.vlefevre2002-01-255-10/+10
* Example with high bit set.vlefevre2002-01-221-0/+14
* <> changed back to "".vlefevre2002-01-181-3/+3
* change "" -> <> in headersdaney2002-01-181-3/+7
* #include fixes (Torbjorn Granlund).vlefevre2002-01-1725-42/+65
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-1230-145/+233
* Test check_min added.vlefevre2002-01-101-3/+52
* Test check_max added.vlefevre2002-01-101-0/+48
* Optimization: mpfr_cmp2 now accepts any combination of real argumentsvlefevre2002-01-042-32/+66
* added check for sin(3*Pi/2)zimmerma2001-12-211-0/+13
* Files renamed (log in base 2 and 10).vlefevre2001-12-063-1/+1
* Files renamed (constants).vlefevre2001-12-064-1/+1
* Files configure, Makefile.in, tests/Makefile.in removed.vlefevre2001-12-061-901/+0
* added tacoszimmerma2001-12-052-1/+96
* in check5, test NaNs before calling mpfr_cmpzimmerma2001-12-051-6/+8
* added acoszimmerma2001-12-051-0/+1
* improved test (avoid mpfr_get_d)zimmerma2001-12-051-3/+9
* removed isnan prototypezimmerma2001-12-051-2/+0
* test NaN before Infzimmerma2001-11-301-5/+5
* added a new test (worst case)zimmerma2001-11-301-1/+34
* start tests with precision 2 instead of 1zimmerma2001-11-3042-186/+291
* start from precision 2zimmerma2001-11-301-2/+2
* Init variables to NaN instead of 0.vlefevre2001-11-282-2/+2
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-213-5/+5
* Test added.vlefevre2001-11-201-0/+11
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-1630-171/+171