| Commit message (Expand) | Author | Age | Files | Lines |
* | now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF, | zimmerma | 2002-03-19 | 18 | -146/+158 |
* | Macros MPFR_DBL_NAN, MPFR_DBL_INFP and MPFR_DBL_INFM. | vlefevre | 2002-03-19 | 1 | -1/+1 |
* | MP_LIMB_T_HIGHBIT -> ULONG_HIGHBIT | zimmerma | 2002-03-19 | 1 | -3/+3 |
* | moved code under #ifdef | zimmerma | 2002-03-19 | 1 | -3/+3 |
* | moved code under #ifdef TEST | zimmerma | 2002-03-19 | 1 | -3/+3 |
* | added tests for tan(3*Pi/4) and tan(7*Pi/4) | zimmerma | 2002-03-17 | 1 | -1/+37 |
* | added test for log(10^n) | zimmerma | 2002-03-17 | 1 | -1/+23 |
* | Fix (patch by Kevin Ryde). | vlefevre | 2002-03-13 | 1 | -4/+3 |
* | mpfr_get_d3 partially rewritten (to follow the new specifications). | vlefevre | 2002-03-11 | 1 | -4/+4 |
* | stupid typo in previous commit | zimmerma | 2002-03-11 | 1 | -1/+0 |
* | fixed typo (ai [potentially unsigned] replaced by i) | zimmerma | 2002-03-11 | 1 | -0/+19 |
* | New mpfr_get_d, mpfr_get_d2, mpfr_get_d3. | vlefevre | 2002-03-11 | 1 | -1/+10 |
* | #include changes. | vlefevre | 2002-03-11 | 5 | -7/+5 |
* | simplified test4() | zimmerma | 2002-03-07 | 1 | -68/+14 |
* | Casts fixed. | vlefevre | 2002-03-05 | 1 | -41/+42 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 72 | -72/+72 |
* | Removed some <math.h> dependencies. | vlefevre | 2002-02-28 | 4 | -12/+10 |
* | Fixed. | vlefevre | 2002-02-28 | 1 | -11/+14 |
* | mpfr_get_d2 tested. | vlefevre | 2002-02-27 | 1 | -3/+16 |
* | New tests. | vlefevre | 2002-02-27 | 2 | -21/+84 |
* | Update due to changes in mpfr_get_str. | vlefevre | 2002-02-12 | 1 | -1/+1 |
* | Change the test return values | daney | 2002-02-06 | 1 | -16/+16 |
* | Bux fixed. | vlefevre | 2002-01-30 | 1 | -3/+1 |
* | Tests added (mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round). | vlefevre | 2002-01-30 | 3 | -4/+98 |
* | mpfr_round -> mpfr_round_prec. | vlefevre | 2002-01-25 | 5 | -10/+10 |
* | Example with high bit set. | vlefevre | 2002-01-22 | 1 | -0/+14 |
* | <> changed back to "". | vlefevre | 2002-01-18 | 1 | -3/+3 |
* | change "" -> <> in headers | daney | 2002-01-18 | 1 | -3/+7 |
* | #include fixes (Torbjorn Granlund). | vlefevre | 2002-01-17 | 25 | -42/+65 |
* | Patches by Kevin Ryde for K&R compilers | vlefevre | 2002-01-12 | 30 | -145/+233 |
* | Test check_min added. | vlefevre | 2002-01-10 | 1 | -3/+52 |
* | Test check_max added. | vlefevre | 2002-01-10 | 1 | -0/+48 |
* | Optimization: mpfr_cmp2 now accepts any combination of real arguments | vlefevre | 2002-01-04 | 2 | -32/+66 |
* | added check for sin(3*Pi/2) | zimmerma | 2001-12-21 | 1 | -0/+13 |
* | Files renamed (log in base 2 and 10). | vlefevre | 2001-12-06 | 3 | -1/+1 |
* | Files renamed (constants). | vlefevre | 2001-12-06 | 4 | -1/+1 |
* | Files configure, Makefile.in, tests/Makefile.in removed. | vlefevre | 2001-12-06 | 1 | -901/+0 |
* | added tacos | zimmerma | 2001-12-05 | 2 | -1/+96 |
* | in check5, test NaNs before calling mpfr_cmp | zimmerma | 2001-12-05 | 1 | -6/+8 |
* | added acos | zimmerma | 2001-12-05 | 1 | -0/+1 |
* | improved test (avoid mpfr_get_d) | zimmerma | 2001-12-05 | 1 | -3/+9 |
* | removed isnan prototype | zimmerma | 2001-12-05 | 1 | -2/+0 |
* | test NaN before Inf | zimmerma | 2001-11-30 | 1 | -5/+5 |
* | added a new test (worst case) | zimmerma | 2001-11-30 | 1 | -1/+34 |
* | start tests with precision 2 instead of 1 | zimmerma | 2001-11-30 | 42 | -186/+291 |
* | start from precision 2 | zimmerma | 2001-11-30 | 1 | -2/+2 |
* | Init variables to NaN instead of 0. | vlefevre | 2001-11-28 | 2 | -2/+2 |
* | mpfr_add_one_ulp and mpfr_sub_one_ulp changed. | vlefevre | 2001-11-21 | 3 | -5/+5 |
* | Test added. | vlefevre | 2001-11-20 | 1 | -0/+11 |
* | mpfr_print_raw -> mpfr_print_binary | zimmerma | 2001-11-16 | 30 | -171/+171 |