summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed FSF address.vlefevre2006-03-31126-126/+126
* Tests: added new worst case for x^(3/2).vlefevre2006-03-141-0/+29
* new test file for mpfr_get_ld_2expzimmerma2006-02-282-1/+121
* Fixed bug in mpfr_random2 when size == 0 and added testcase.vlefevre2006-02-201-1/+4
* trandom.c: reformat.vlefevre2006-02-201-2/+2
* trandom.c: use calloc instead of malloc and check return value.vlefevre2006-02-201-15/+24
* Code reformatted. C99 comment replaced by traditional comment.vlefevre2006-02-131-2/+2
* * Added comments on all random number generator functions ; hanrot2006-02-131-0/+9
* Reverted comments on <float.h> (that were added in r3976).vlefevre2006-01-191-1/+1
* Replaced -0.0 by a new macro DBL_NEG_ZERO. With MSVC, the negative zerovlefevre2006-01-193-13/+5
* The problem with the conversion was not completely fixed... Now OK.vlefevre2006-01-131-4/+8
* Fixed conversion with a non-representable value.vlefevre2006-01-131-2/+2
* Untabify.vlefevre2006-01-131-18/+18
* More reliable tests for mpfr_set_f (x, y, GMP_RNDN) forvlefevre2006-01-121-13/+26
* Use mpfr_get_emax() instead of obsolete __mpfr_emax.vlefevre2006-01-121-5/+5
* More reliable test for mpfr_set_f (x, y, GMP_RNDN) for y=2^ULONG_MAX.vlefevre2006-01-121-3/+4
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-0564-64/+64
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-05126-126/+126
* fixed bug in mpfr_set_f for huge argumentzimmerma2005-12-291-0/+28
* bug fix in mpfr_get_fzimmerma2005-12-261-0/+37
* updated comment for float.h (_chgsign)zimmerma2005-12-231-1/+1
* patch for Visual C (does not compile -0.0 properly)zimmerma2005-12-231-2/+2
* patch for Visual C (-0.0)zimmerma2005-12-231-0/+8
* Updated a comment.vlefevre2005-12-081-1/+1
* Added test cases for a bug introduced on 2005-01-29 in sin.c rev 3248.vlefevre2005-12-081-4/+32
* Added consistency tests for mpfr_div (e.g. to test small-size divisors).vlefevre2005-11-251-0/+48
* Make trunk tests work with MPFR 2.2 (branch), by testing the version.vlefevre2005-11-092-0/+7
* Removed .cvsignore file (useless after the switch to Subversion).vlefevre2005-11-091-6/+0
* mpfr_round_near_x test completed.vlefevre2005-11-091-9/+25
* Added a test for mpfr_cbrt, from the following failure with MPFR 2.2vlefevre2005-11-091-0/+12
* Eliminated the case inex == 0.vlefevre2005-11-031-2/+9
* Started to write code to test mpfr_round_near_x.vlefevre2005-11-031-4/+64
* Merged the changes from branch vlefevre:vlefevre2005-11-021-1/+20
* Fixed MPFR_INT_CEIL_LOG2 (in mpfr-impl.h) and __gmpfr_int_ceil_log2vlefevre2005-10-312-1/+45
* Added a test that fails after fixing MPFR_INT_CEIL_LOG2.vlefevre2005-10-311-0/+1
* improved exp_3 (binary-splitting algorithm)zimmerma2005-10-301-1/+1
* One of the tests was using the fabs function, but -lm isn't given whenvlefevre2005-10-061-1/+2
* Fixed bug in mpfr_set_ui macro when parameters are expressionsvlefevre2005-09-291-0/+30
* Test the sign of 0.vlefevre2005-09-281-2/+2
* fixed infinite loop for lngamma(2)zimmerma2005-09-281-0/+8
* new function mpfr_zeta_ui for integer argumentzimmerma2005-09-232-1/+109
* fixed stupid bug (coth was computing 1/tan instead of 1/tanh)zimmerma2005-09-161-0/+24
* fixed bug in exp(-eps) for rounding toward zero (test was also wrong...)zimmerma2005-09-131-1/+15
* Added #include <string.h> for memmove (see ISO C99 standard).vlefevre2005-09-111-0/+1
* Fixed uninitialized variable (with gcc -std=c99).vlefevre2005-09-111-1/+1
* avoid . in mpf_set_str (locale-sensitive)zimmerma2005-09-091-4/+6
* cleanup of gamma and lngammazimmerma2005-09-092-13/+17
* Fix: readded dependencies.vlefevre2005-09-081-1/+1
* More detailed error message.vlefevre2005-09-061-2/+2
* missing set_eminzimmerma2005-09-061-0/+1