summaryrefslogtreecommitdiff
path: root/src/tanu.c
Commit message (Expand)AuthorAgeFilesLines
* [src/{acosu.c,asinu.c,cosu.c,sinu.c,tanu.c}] Typos in comments.vlefevre2021-01-311-1/+1
* [src/{cosu.c,sinu.c,tanu.c}] Function logging: added missing u.vlefevre2021-01-291-1/+2
* [src/{cosu.c,sinu.c,tanu.c}] Range reduction: improved a test, renamedvlefevre2021-01-141-3/+11
* [src] Fixed typo in mpfr_printf format from MPFR_LOG_FUNC for severalvlefevre2021-01-141-2/+2
* [src/tanu.c] Implemented range reduction for mpfr_tanu.vlefevre2021-01-131-11/+43
* [src/{cosu.c,sinu.c,tanu.c}] Changed MPFR_PREC to MPFR_GET_PREC.vlefevre2021-01-131-1/+1
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* fixed initial precision in sinu, cosu and tanuzimmerma2020-12-181-3/+5
* added sinpi, cospi, tanpizimmerma2020-12-161-1/+8
* added new function mpfr_tanuzimmerma2020-12-161-0/+177