summaryrefslogtreecommitdiff
path: root/tests/tcompound.c
Commit message (Expand)AuthorAgeFilesLines
* renamed mpfr_compound to mpfr_compound_si, since in C2X, compoundn takeszimmerma2021-02-151-17/+17
* [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/tcompound.c] Corrected the conditions of a test for machinesvlefevre2021-02-041-10/+17
* [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
* [src/compound.c] completed the general casezimmerma2021-02-031-0/+14
* [tests/tcompound.c] Do not use mpfr_printf in the tests.vlefevre2021-02-031-3/+6
* added log2p1 and compound (mpfr_compound is not finished yet)zimmerma2021-02-031-0/+173