summaryrefslogtreecommitdiff
path: root/src/cosu.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-5/+14
* [src] Fixed typo in mpfr_printf format from MPFR_LOG_FUNC for severalvlefevre2021-01-141-2/+2
* [src/cosu.c] Fixed bug when the reduced argument is 0.vlefevre2021-01-141-0/+6
* [src/cosu.c] Fixed memory leak with very small reduced arguments.vlefevre2021-01-141-6/+11
* [src/{cosu.c,sinu.c}] Corrected the position of a comment.vlefevre2021-01-131-3/+3
* [src/cosu.c] Implemented range reduction for mpfr_cosu.vlefevre2021-01-131-12/+33
* [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
* [src/cosu.c] Avoid a possible integer overflow (triggered by the testsvlefevre2020-12-201-4/+18
* fixed initial precision in sinu, cosu and tanuzimmerma2020-12-181-5/+13
* added sinpi, cospi, tanpizimmerma2020-12-161-1/+8
* [src/sinu.c] fixed compiler warningzimmerma2020-12-151-2/+39
* [src/{cosu.c,sinu.c}] Added function logging.vlefevre2020-12-151-1/+6
* added new function mpfr_cosuzimmerma2020-12-151-0/+141