summaryrefslogtreecommitdiff
path: root/tests/tacosu.c
Commit message (Expand)AuthorAgeFilesLines
* [src/asinu.c] return NaN for u=0 and |x| > 1zimmerma2021-02-011-3/+3
* [src/acosu.c] for u=0 and |x| > 1, return NaNzimmerma2021-02-011-10/+27
* [tests] Use RND_LOOP.vlefevre2021-01-311-4/+4
* [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
* [src/acosu.c] fixed case x=-1/2 which was wrongzimmerma2021-01-311-14/+79
* [tests/tacosu.c] reduced number of generic testszimmerma2021-01-301-1/+1
* new function mpfr_acosu (still to be added in NEWS and mpfr.texi)zimmerma2021-01-291-0/+108