summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [src/cbrt.c] Clarified a comment.vlefevre2020-03-101-9/+9
* [src/cbrt.c] Resolved the second FIXME and simplified the codevlefevre2020-03-101-13/+15
* [src/cbrt.c] Description of the algorithm:vlefevre2020-03-101-9/+9
* [src/cbrt.c] Added another FIXME as the code does not match thevlefevre2020-03-101-0/+3
* [src/cbrt.c] Improved a condition to avoid operations that correspondvlefevre2020-03-101-1/+1
* [src/cbrt.c] Added an assertion.vlefevre2020-03-101-3/+8
* [src/cbrt.c] Code cleanup and simplification. Added logging messages andvlefevre2020-03-101-9/+21
* [src/cbrt.c] Removed a useless cast on a comparison operand, sincevlefevre2020-03-101-1/+1
* [src/atan.c] Added assertions.vlefevre2020-03-101-4/+6
* [tools/mpfrlint] Workaround to Debian bug 953369 in libpython3.8-minimalvlefevre2020-03-101-2/+9
* [src/eint.c] Bug fix: possible integer overflow with somevlefevre2020-03-091-10/+22
* [src/eint.c] Added other logging messages.vlefevre2020-03-091-0/+2
* [src/eint.c] Added some logging messages.vlefevre2020-03-091-0/+10
* [tests/tsin.c] added one testzimmerma2020-03-091-0/+27
* [src/sub1.c] cancel: also log its value; range checking/tracking.vlefevre2020-03-041-1/+6
* [src/cmp2.c] Added a comment giving the range of the value returnedvlefevre2020-03-041-0/+5
* [src/cmp2.c] Comment: some absolute values are not needed (again).vlefevre2020-03-041-1/+1
* [src/cmp2.c] Minor correction for |EXP(b) - EXP(c)| >= MPFR_EXP_MAX.vlefevre2020-03-041-3/+3
* [src/cmp2.c] Better explanation when |EXP(b) - EXP(c)| >= MPFR_EXP_MAX.vlefevre2020-03-041-2/+4
* [src/cmp2.c] Finished the review of mpfr_cmp2: simplified the code evenvlefevre2020-03-031-40/+55
* [src/cmp2.c] Changed high_dif to type int since it is manipulated likevlefevre2020-03-031-19/+33
* [src/cmp2.c] Simplified the mpfr_cmp2 code and updated comments.vlefevre2020-03-021-24/+29
* [src/cmp2.c] Updated comments.vlefevre2020-03-021-20/+22
* [src/mpfr.h] added commentzimmerma2020-03-021-0/+3
* [src/mpfr.h] _MPFR_PREC_FORMAT and _MPFR_EXP_FORMAT: improved comment.vlefevre2020-03-021-4/+4
* [src/mpfr.h] _MPFR_PREC_FORMAT and _MPFR_EXP_FORMAT: added a detailedvlefevre2020-03-021-4/+15
* [src/mpfr.h] removed obsolete comment (_MPFR_PREC_FORMAT=3 is the defaultzimmerma2020-03-021-3/+2
* [src/sin.c] increase initial precision even morezimmerma2020-03-012-2/+2
* [tests/tpow.c] Replaced mpfr_cmp by !mpfr_equal_p for NaN detection.vlefevre2020-03-011-3/+3
* [tests/tsin.c] Replaced obsolete function mpfr_mul_2exp by mpfr_mul_2ui.vlefevre2020-03-011-1/+1
* [src/sin.c] increase initial precision when x is largezimmerma2020-02-291-1/+3
* [src/rem1.c] workaround for efficiency bug in mpz_powm_ui, which was makingzimmerma2020-02-291-2/+12
* [tests/tpow.c] added one testzimmerma2020-02-291-0/+16
* added value -2 for option -d to generate random number with exponentzimmerma2020-02-291-1/+6
* [tests/tpow.c] added a testzimmerma2020-02-281-0/+31
* [tests/tsin.c] fixed and completed check_binary128()zimmerma2020-02-281-8/+40
* [src/cmp2.c] Started to review mpfr_cmp2. Minor changes.vlefevre2020-02-281-22/+63
* [src/cmp2.c] Detailed a comment concerning UBF.vlefevre2020-02-281-2/+4
* [tests/tsin.c] Cleanup of the latest test (note: mpfr_equal_p is bettervlefevre2020-02-271-3/+3
* [tests/tsin.c] added one test with precision 128zimmerma2020-02-271-0/+26
* [src/mpfr.h] Updated a comment (underscore version of attribute name).vlefevre2020-02-271-1/+1
* [tools/mpfrlint] Detect the use of the non-underscore version of thevlefevre2020-02-271-0/+6
* [src/mpfr.h] Use the underscore version of the attribute names.vlefevre2020-02-252-3/+10
* [TODO] Added item on GNU Automake and -I options.vlefevre2020-02-251-0/+15
* [src/mpfr-impl.h] Removed an incorrect comment before MPFR_TMP_INIT1vlefevre2020-02-141-1/+0
* [TODO] About the use of MPFR_MANT(x).vlefevre2020-02-141-0/+4
* [TODO] Typo.vlefevre2020-02-131-3/+3
* [tests/tcmpabs.c] Added missing tests of mpfr_cmpabs with NaN.vlefevre2020-02-121-1/+7
* [tests/tcmpabs.c] For mpfr_cmpabs: like mpfr_cmpabs_ui, do each testvlefevre2020-02-121-39/+67
* [tests/tcmpabs.c] For mpfr_cmpabs_ui: do each test in 4 differentvlefevre2020-02-121-16/+67