summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * pow.c: fixed a double-rounding problem in mpfr_pow_general in somevlefevrevlefevre2008-08-113-47/+91
* pow_z.c: fixed underflow-related bug (case exact result = 2^(emin-2),vlefevre2008-08-081-9/+3
* pow_z.c: added log messages.vlefevre2008-08-081-7/+25
* mpfr-impl.h: added a space for MPFR_LOG_MSG.vlefevre2008-08-081-1/+1
* pow.c: added log messages.vlefevre2008-08-081-0/+8
* Merged the changes on the trunk up to r5494.vlefevre2008-08-0848-543/+997
* pow.c: added a comment about a possible double rounding problem.vlefevre2008-07-311-0/+1
* pow.c: in mpfr_pow_general(), avoid unnecessary overflow test if thevlefevre2008-07-251-13/+20
* tests/tpow_all.c:vlefevre2008-07-251-8/+62
* tests/tpow_all.c: test flags in test_others and cmpres.vlefevre2008-07-251-38/+38
* tests/tpow_all.c: added test of mpfr_exp2 and mpfr_exp10.vlefevre2008-07-251-0/+26
* tests/tpow_all.c: started to write a test of 2^(emin - i/4) withvlefevre2008-07-251-4/+51
* pow.c: improved a comment.vlefevre2008-07-231-2/+2
* In pow.c, moved the general case from mpfr_pow() to a new internalvlefevre2008-07-233-159/+202
* Created a private branch to try to fix some remaining bugs ofvlefevre2008-07-23466-13942/+102207
|\
| * pow.c: fixed incorrect rounding in the general case when the resultvlefevre2008-07-211-0/+5
| * tests/tpow.c: completed test bug20080721.vlefevre2008-07-211-10/+36
| * pow.c: fixed the non-trivial cases with large integer y.vlefevre2008-07-211-3/+7
| * tests/tpow.c: added comment for bug20080721.vlefevre2008-07-211-0/+5
| * tests/tpow.c: found another bug in mpfr_pow with large integers.vlefevre2008-07-211-0/+25
| * tests/tpow_all.c: added a test that detects a bug in an underflow case.vlefevre2008-07-211-18/+109
| * tests/tpow_all.c: made the comparisons between the power functionsvlefevre2008-07-211-134/+176
| * pow_z.c: use MPFR_IS_POS(x) instead of MPFR_SIGN(x) > 0.vlefevre2008-07-201-1/+1
| * pow_si.c: corrected a comment.vlefevre2008-07-201-4/+3
| * tests/tpow_z.c: fixed NaN^0 test.vlefevre2008-07-201-1/+1
| * Fixed a bug in pow_ui.c and pow_z.c: NaN^0 returned NaN instead of 1vlefevre2008-07-204-19/+275
| * mpfr.texi: forgot the case x^(±0).vlefevre2008-07-191-0/+1
| * pow_z.c: updated comments.vlefevre2008-07-191-5/+5
| * tests/tpow_z.c: test bug20080223() didn't check that the result wasn'tvlefevre2008-07-191-1/+1
| * tests/tsprintf.c: removed trailing whitespace.vlefevre2008-07-191-2/+2
| * BUGS: potential problem with integer division and pre-C99 compilers,vlefevre2008-07-111-0/+3
| * Fix typosthevenyp2008-07-082-2/+2
| * Fix typo (gmp macro TMP_ALLOC instead of MPFR_TMP_ALLOC).thevenyp2008-06-301-23/+23
| * vasprintf.c: fixed comment from r5408.vlefevre2008-06-271-1/+1
| * acinclude.m4: add a check defining va_copy macro when needed.thevenyp2008-06-275-69/+83
| * README.dev: updated "To make a release" (mention various compilers).vlefevre2008-06-251-10/+23
| * configure.in: added comments about icc.vlefevre2008-06-231-0/+9
| * TODO: added "replace the *_THRESHOLD macros by global (TLS) variablesvlefevre2008-06-221-0/+8
| * INSTALL: updated GMP's URL (the old one no longer worked), usingvlefevre2008-06-161-1/+1
| * mpfr.texi: changed the license for the inclusion of the manual in Debianvlefevre2008-06-131-4/+2
| * AUTHORS: converted from ISO-8859-1 to UTF-8 (this is the standardvlefevre2008-06-111-3/+3
| * Fix typo in mpfr_printf documentation.thevenyp2008-06-111-3/+3
| * vasprintf.c: removed a misleading and now useless comment.vlefevre2008-06-111-1/+1
| * vasprintf.c: improved a comment.vlefevre2008-06-111-1/+4
| * tsprintf.c: typo in a comment.vlefevre2008-06-111-2/+2
| * Fix comparison between mpfr string and libc string.thevenyp2008-06-111-1/+10
| * added test for bug(?) found by Vincent with icczimmerma2008-06-101-1/+9
| * Change #include <stdio.h> to #include <cstdio> when compiled with a C++ compi...thevenyp2008-06-104-11/+39
| * mpfr-impl.h: generate an error (with a clear error message) with g++ andvlefevre2008-06-101-2/+2
| * the O(l^{1/2}) method to evaluate power series is due to zimmerma2008-06-103-6/+31