summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* added mpfr_pown (alias for mpfr_pow_si)zimmerma2021-02-091-0/+105
* [tests/tj0.c] Latest test: also check the flags.vlefevre2021-02-081-3/+5
* [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/jyn_asympt.c] fixed bug when sin(z)+cos(z) or sin(z)-cos(z) round to 0zimmerma2021-02-081-0/+19
* [src/digamma.c] fixed bug in mpfr_digamma_positive when t-u is zerozimmerma2021-02-081-0/+9
* [src/digamma.c] Fix: increased GUARD from 20 to 30.vlefevre2021-02-081-5/+6
* [tests/tdigamma.c] Added testcase for a bug found by test_generic.vlefevre2021-02-061-0/+41
* [tests/tgeneric.c] Added debug info.vlefevre2021-02-061-0/+5
* added new function mpfr_exp10m1zimmerma2021-02-053-6/+214
* [tests/texp2m1.c] added a test for exact valueszimmerma2021-02-051-0/+82
* added new function mpfr_exp2m1 for 2^x-1zimmerma2021-02-052-3/+154
* [tests/tversion.c] Fixed length modifier in error messages.vlefevre2021-02-051-2/+4
* [tests/tcompound.c] Added generic tests with n = 2 and n = 3.vlefevre2021-02-051-0/+23
* [tests/tcompound.c] More tests of compound(x,n) for x < -1, showingvlefevre2021-02-051-14/+32
* [tests/tcompound.c] Fixed a test in the case mpfr_exp_t < long.vlefevre2021-02-041-1/+2
* [tests/tcompound.c] Corrected an error message.vlefevre2021-02-041-3/+3
* [tests/tatan2u.c] Fixed a bug (as of C99, for *decimal* constants, onevlefevre2021-02-041-2/+2
* [tests/tcompound.c] Corrected the conditions of a test for machinesvlefevre2021-02-041-10/+17
* [tests/tatan2u.c] Improved comment in bug20210203 about type sizes.vlefevre2021-02-041-3/+5
* [tests/tatan2u.c] Make sure that the bug20210203 test is run onlyvlefevre2021-02-041-18/+20
* [src/compound.c] fixed case n < 0 and underflowzimmerma2021-02-041-0/+34
* compound(NaN,0) is 1zimmerma2021-02-041-5/+7
* [tests/tcompound.c] fixed commentzimmerma2021-02-041-1/+1
* [tests/tatan2u.c] Make sure that 64-bit constants are supported beforevlefevre2021-02-031-0/+6
* [tests/tatan2u.c] added a test which currently failszimmerma2021-02-031-0/+29
* added a new function mpfr_log10p1 to compute log10(1+x)zimmerma2021-02-032-2/+127
* [tests/tlog2p1.c] set the precision locally to one testzimmerma2021-02-031-2/+3
* [src/compound.c] completed the general casezimmerma2021-02-031-0/+14
* [tests/tlog2p1.c] Use mpfr_cmp_si0 to detect NaN.vlefevre2021-02-031-1/+1
* [tests/tcompound.c] Do not use mpfr_printf in the tests.vlefevre2021-02-031-3/+6
* [tests/tlog2p1.c] added tests for exact caseszimmerma2021-02-031-0/+25
* added log2p1 and compound (mpfr_compound is not finished yet)zimmerma2021-02-033-3/+275
* [tests/tatan2u.c] Do not use mpfr_printf in the tests.vlefevre2021-02-021-8/+14
* [tests]vlefevre2021-02-022-195/+231
* [src/atan2u.c] fixed atan2u with respect to the four quadrantszimmerma2021-02-021-0/+54
* added mpfr_atan2u (work in progress)zimmerma2021-02-023-3/+485
* [src/atanu.c] fixed bug for u=0zimmerma2021-02-021-0/+18
* Changed "plus/minus infinity" to "positive/negative infinity".vlefevre2021-02-021-2/+2
* [{src,tests}/Makefile.am] Untabified values of variables to avoidvlefevre2021-02-011-19/+19
* added mpfr_atanu and mpfr_atanpizimmerma2021-02-012-1/+157
* [src/asinu.c] resolved FIXMEzimmerma2021-02-011-3/+9
* [src/asinu.c] return NaN for u=0 and |x| > 1zimmerma2021-02-012-23/+75
* [src/acosu.c] for u=0 and |x| > 1, return NaNzimmerma2021-02-011-10/+27
* [tests] Use RND_LOOP.vlefevre2021-01-3127-50/+50
* [tests/mpfr-test.h] Added mpfr_cmp_si0 macro (check NaN).vlefevre2021-01-312-2/+3
* [tests/tasinu.c] Replaced mpfr_cmp by !mpfr_equal_p.vlefevre2021-01-311-2/+2
* [tests/tacosu.c] Replaced mpfr_cmp by !mpfr_equal_p.vlefevre2021-01-311-4/+4
* [tests/tacosu.c] Fixed failing test with --with-mini-gmpvlefevre2021-01-311-4/+4
* [tests/tdiv.c] Use set_emax rather than mpfr_set_emax with a test.vlefevre2021-01-311-6/+1