summaryrefslogtreecommitdiff
path: root/src/compound.c
Commit message (Expand)AuthorAgeFilesLines
* renamed mpfr_compound to mpfr_compound_si, since in C2X, compoundn takeszimmerma2021-02-151-2/+2
* [src/compound.c] Exact cases: additional detail in the comment.vlefevre2021-02-051-1/+2
* [src/compound.c] Exact cases: this is simpler without a separatevlefevre2021-02-051-20/+13
* [src/compound.c] removed FIXME corresponding to previous commitzimmerma2021-02-051-2/+0
* [src/compound.c] fixed infinite loop for exact results like compound(0.5,2)zimmerma2021-02-051-0/+21
* [src/compound.c] Fixed 2 issues with mpfr_compound_near_one:vlefevre2021-02-051-5/+5
* [src/compound.c] Added missing MPFR_ZIV_FREE before the "return" invlefevre2021-02-051-0/+3
* [src/compound.c] Added a FIXME: possible infinite loop when the resultvlefevre2021-02-051-0/+2
* [src/compound.c] Optimize the easy case n = 1.vlefevre2021-02-051-0/+3
* [src/compound.c] Special cases: fixed compound(-Inf,0) and improvedvlefevre2021-02-051-3/+13
* [src/compound.c] Fixed bug found by clang:vlefevre2021-02-041-1/+1
* [src/compound.c] fixed case n < 0 and underflowzimmerma2021-02-041-7/+12
* compound(NaN,0) is 1zimmerma2021-02-041-6/+6
* [src/compound.c] Correction for n = LONG_MIN. Added FIXMEs.vlefevre2021-02-041-1/+4
* [src/compound.c] Portability.vlefevre2021-02-031-3/+4
* [src/compound.c] completed the general casezimmerma2021-02-031-5/+96
* [src/compound.c] Fixed logging.vlefevre2021-02-031-5/+7
* added log2p1 and compound (mpfr_compound is not finished yet)zimmerma2021-02-031-0/+91