summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [src/mpfr.h] Fixed some macros implementing functions.vlefevre2021-03-061-5/+30
* [tests/tisnan.c] Added commented code for testing compilation errors.vlefevre2021-03-061-0/+10
* [src/mpfr.h] fixed typozimmerma2021-03-061-1/+1
* [tests/tisnan.c] Check that when mpfr_nan_p, mpfr_inf_p, mpfr_number_p,vlefevre2021-03-061-30/+66
* [src/mpfr.h] Added a comment and a FIXME for functions implementedvlefevre2021-03-061-0/+6
* Reverted r14445: This is about functions implemented as macros, andvlefevre2021-03-061-1/+0
* [doc/mpfr.texi] document that functions defined as macros might evaluatezimmerma2021-03-061-0/+1
* [src/mpfr.h] fixed typozimmerma2021-03-061-1/+1
* [TODO] Clarification.vlefevre2021-03-041-1/+1
* [TODO] Updated item on pkg-config due to a bug in pkg-config.vlefevre2021-03-041-0/+3
* [TODO] Added "add some option to use pkg-config...".vlefevre2021-03-041-0/+6
* [src/invsqrt_limb.h] use "unsigned short" for table T[] instead of mp_limb_t.zimmerma2021-02-161-1/+1
* [tests/mpfr-test.h] Added mpfr_cmp_si_2exp0 macro (check NaN).vlefevre2021-02-152-3/+5
* [tests/tdigamma.c] Use mpfr_cmp_ui0 to detect NaN.vlefevre2021-02-151-1/+1
* [src/digamma.c] Use MPFR_NOTZERO instead of !MPFR_IS_ZERO.vlefevre2021-02-151-1/+1
* [src/jyn_asympt.c] fixed bug when s=0 at the end of the for loopzimmerma2021-02-152-5/+27
* [src/digamma.c] fixed a bug in mpfr_digamma_reflection when the approximationszimmerma2021-02-152-13/+35
* renamed mpfr_compound to mpfr_compound_si, since in C2X, compoundn takeszimmerma2021-02-155-23/+23
* [tests/texpm1.c] Improved special tests.vlefevre2021-02-101-24/+30
* [src/pow_sj.c] removed spurious commentzimmerma2021-02-091-1/+1
* [src/{pow_sj.c,pow_uj.c}] Added missing "#ifdef _MPFR_H_HAVE_INTMAX_T".vlefevre2021-02-092-0/+8
* [doc/mpfr.texi] General cleanup, in particular related to the IEEE 754vlefevre2021-02-091-46/+55
* [src/pow_{si,sj,ui,uj}.c] Fixed logging for mpfr_pow_{sj,uj}.vlefevre2021-02-094-10/+6
* [src/pow_uj.c] untabifyvlefevre2021-02-091-2/+2
* [tests/tpow.c] Replaced mpfr_cmp_ui by versions that can detect NaN.vlefevre2021-02-091-23/+23
* [src/pow_uj.c] Some corrections in the mpfr_mpz_set_uj helper function,vlefevre2021-02-091-9/+19
* forgot to commit those fileszimmerma2021-02-092-0/+84
* added mpfr_powrzimmerma2021-02-098-10/+283
* [src/{pow_si.c,pow_ui.c}] untabifyvlefevre2021-02-092-5/+5
* added mpfr_pow_uj and mpfr_pow_sjzimmerma2021-02-099-32/+118
* [doc/mpfr.texi,src/mpfr.h] Added a FIXME for mpfr_pown, which shouldvlefevre2021-02-092-2/+5
* added mpfr_pown (alias for mpfr_pow_si)zimmerma2021-02-094-1/+110
* [src/mpfr.h] Updated comments on the types for mpfr_prec_t/mpfr_exp_t.vlefevre2021-02-081-5/+13
* [tests] Added texp2m1 and texp10m1 to svn:ignore property.vlefevre2021-02-080-0/+0
* [src/jyn_asympt.c] Use mpfr_set4 instead of mpfr_set or mpfr_neg.vlefevre2021-02-081-2/+2
* [tests/tj0.c] Latest test: also check the flags.vlefevre2021-02-081-3/+5
* [src/digamma.c] Added a comment about the bug fixed in r14399.vlefevre2021-02-081-0/+2
* [tests/tdigamma.c] Latest test: also check the flags.vlefevre2021-02-081-0/+2
* [tests/tdigamma.c] Moved the r14399 test to its own test function.vlefevre2021-02-081-9/+19
* [src/digamma.c] Use MPFR_NOTZERO instead of !MPFR_IS_ZERO.vlefevre2021-02-081-1/+1
* [src/jyn_asympt.c] fixed bug when sin(z)+cos(z) or sin(z)-cos(z) round to 0zimmerma2021-02-082-2/+32
* [src/digamma.c] fixed bug in mpfr_digamma_positive when t-u is zerozimmerma2021-02-082-15/+27
* [src/digamma.c] Fix: increased GUARD from 20 to 30.vlefevre2021-02-082-6/+7
* [src/digamma.c] Punctuation in a comment.vlefevre2021-02-071-1/+1
* [src/digamma.c] fixed bug20210206zimmerma2021-02-071-5/+19
* [src/digamma.c] Added a FIXME for mpfr_digamma_positive: q can bevlefevre2021-02-061-0/+1
* [src/digamma.c] In mpfr_digamma_positive, log the value of q.vlefevre2021-02-061-0/+2
* [src/digamma.c] In mpfr_digamma_positive, do not compute the precision qvlefevre2021-02-061-12/+12
* [src/digamma.c] In mpfr_digamma_positive, added an assertion, as avlefevre2021-02-061-1/+7
* [tests/tdigamma.c] Added testcase for a bug found by test_generic.vlefevre2021-02-061-0/+41