| Commit message (Expand) | Author | Age | Files | Lines |
* | [tsin_cos.c] changed binary to hexadecimal string (was too long for C89) | zimmerma | 2009-10-07 | 1 | -1/+1 |
* | [sin_cos.c] fixed bug introduced in r6447 (some variables had their precision... | zimmerma | 2009-10-07 | 1 | -0/+48 |
* | [mpfr.texi] added note about mpfr_can_round | zimmerma | 2009-09-29 | 1 | -0/+17 |
* | tests/Makefile.am: added information about LOADLIBES. | vlefevre | 2009-09-23 | 1 | -0/+4 |
* | [tests/Makefile.am] put back LOADLIBES=... (enables to compile a program foo.c | zimmerma | 2009-09-23 | 1 | -0/+1 |
* | [tests/Makefile.am] removed LOADLIBES=... | zimmerma | 2009-09-21 | 1 | -1/+0 |
* | Makefile.am, tests/Makefile.am: patch from Ralf Wildenhues. | vlefevre | 2009-09-20 | 1 | -1/+1 |
* | mpfr-impl.h, sin_cos.c, tests/tsin_cos.c: mp_rnd_t -> mpfr_rnd_t. | vlefevre | 2009-09-18 | 1 | -1/+1 |
* | frac.c, tests/tfrac.c: fixed underflow case in mpfr_frac and added | vlefevre | 2009-09-18 | 1 | -2/+9 |
* | tests/tfrac.c: reverted overflow case test (was incorrect because the | vlefevre | 2009-09-18 | 1 | -11/+2 |
* | tests/tfrac.c: also test the overflow case. | vlefevre | 2009-09-18 | 1 | -2/+11 |
* | tests/tfrac.c: more tests (case where the fractional part rounds to 1). | vlefevre | 2009-09-18 | 1 | -33/+39 |
* | tests/tfrac.c: more tests (there are also problems in rounding away | vlefevre | 2009-09-18 | 1 | -15/+38 |
* | added tuning mechanism for mpfr_sin_cos | zimmerma | 2009-09-18 | 1 | -30/+2 |
* | tests/tfrac.c: also test the ternary value (it is incorrect too). | vlefevre | 2009-09-18 | 1 | -1/+8 |
* | tests/tfrac.c: improved the testcase so that it triggers the bug for | vlefevre | 2009-09-18 | 1 | -2/+1 |
* | tests/tfrac.c: added a comment for latest testcase. | vlefevre | 2009-09-18 | 1 | -0/+1 |
* | tests/tfrac.c: added testcase for bug in mpfr_frac. | vlefevre | 2009-09-18 | 1 | -0/+24 |
* | tests/tmodf.c: typo in error message. | vlefevre | 2009-09-18 | 1 | -3/+3 |
* | tests/tmodf.c: added overflow tests. | vlefevre | 2009-09-18 | 1 | -0/+90 |
* | [sin_cos.c] added asymptotically fast code, with threshold currently hardcoded | zimmerma | 2009-09-18 | 1 | -8/+104 |
* | Deleted trailing spaces. | vlefevre | 2009-09-18 | 1 | -7/+7 |
* | [modf.c] changed semantics of return value in accordance with mpfr_sin_cos | zimmerma | 2009-09-18 | 1 | -4/+13 |
* | [sin_cos.c] more precise meaning of the return value | zimmerma | 2009-09-17 | 2 | -7/+23 |
* | changed _binary32 into _flt for file names too: | zimmerma | 2009-09-15 | 2 | -1/+1 |
* | changed suffix _binary32 -> _flt | zimmerma | 2009-09-15 | 1 | -26/+282 |
* | [tget_d.c] fixed FIXME | zimmerma | 2009-09-15 | 1 | -5/+6 |
* | tget_d.c code is C99-only (bug introduced in r6424). Please fix! | vlefevre | 2009-09-15 | 1 | -0/+3 |
* | added new functions mpfr_set_binary32 and mpfr_get_binary32 | zimmerma | 2009-09-15 | 3 | -4/+139 |
* | [get_ld.c] fixed bug reported by Nelson Beebe | zimmerma | 2009-09-14 | 1 | -0/+25 |
* | [isregular.c] new function mpfr_regular_p | zimmerma | 2009-09-14 | 1 | -7/+62 |
* | tests/tdigamma.c: added missing void in prototype. | vlefevre | 2009-09-08 | 1 | -3/+2 |
* | [digamma.c] forgot to set sign for Psi(+Inf) | zimmerma | 2009-09-08 | 1 | -0/+26 |
* | tests/data/digamma: for the special values, use the new mode '*' | vlefevre | 2009-09-02 | 1 | -7/+7 |
* | tests.c: added special support for exact cases in data_check (to test | vlefevre | 2009-09-02 | 1 | -11/+38 |
* | towards -> toward (consistency). | vlefevre | 2009-09-02 | 4 | -11/+11 |
* | [digamma.c] fixed bug (emin/emax were not restored) | zimmerma | 2009-09-02 | 2 | -1/+9 |
* | [data/digamma] unitary test file for mpfr_digamma | zimmerma | 2009-09-02 | 2 | -0/+36 |
* | [digamma.c] new function mpfr_digamma | zimmerma | 2009-09-02 | 2 | -3/+42 |
* | replaced obsolete GMP functions (suggested by Brian Gladman): | zimmerma | 2009-08-27 | 1 | -1/+1 |
* | tsprintf.c: fixed locale_da_DK test. | vlefevre | 2009-08-26 | 1 | -3/+6 |
* | tests/tsprintf.c: bug fix (uncommented an "exit(1);"). | vlefevre | 2009-08-26 | 1 | -1/+1 |
* | [tgeneric.c] revert previous change, bug is elsewhere | zimmerma | 2009-08-26 | 1 | -2/+1 |
* | [tgeneric.c] temporary fix in mpfr_can_round call (mpfr_can_round does not | zimmerma | 2009-08-26 | 1 | -1/+2 |
* | [tset.c] removed unused variables | zimmerma | 2009-08-26 | 1 | -2/+0 |
* | tcmp_ld.c: use "long double" constants. | vlefevre | 2009-08-25 | 1 | -4/+4 |
* | get_str.c vasprintf.c: Add support for the rounding away from zero mode. | thevenyp | 2009-08-12 | 2 | -1/+10 |
* | Makefile.am, tests/Makefile.am: added copyright notice (similar to | vlefevre | 2009-07-30 | 1 | -0/+11 |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 161 | -161/+161 |
* | tests/tset.c: With revision 6339, some tests were moved and added in the func... | thevenyp | 2009-07-30 | 1 | -0/+1 |