summaryrefslogtreecommitdiff
path: root/src/sinu.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-6/+12
* [src] Fixed typo in mpfr_printf format from MPFR_LOG_FUNC for severalvlefevre2021-01-141-2/+2
* [src/{cosu.c,sinu.c}] Corrected the position of a comment.vlefevre2021-01-131-3/+3
* [src/sinu.c] removed FIXME (done)zimmerma2021-01-131-5/+5
* Implemented range reduction for mpfr_sinu (and defined mpfr_fmod_ui).vlefevre2021-01-131-8/+41
* [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
* [src/sinu.c] improved commentzimmerma2020-12-161-1/+1
* [src/sinu.c] added referencezimmerma2020-12-151-0/+6
* [src/sinu.c] fixed compiler warningzimmerma2020-12-151-1/+1
* [src/sinu.c] fixed bug in detection of pi/6 and friendszimmerma2020-12-151-17/+18
* [src/sinu.c] fixed case where 2xpi/u is +/-pi/6 mod pizimmerma2020-12-151-2/+36
* [src/{cosu.c,sinu.c}] Added function logging.vlefevre2020-12-151-0/+5
* [src/sinu.c] fixed typo in commentzimmerma2020-12-151-1/+1
* [src/sinu.c] forgot to count the rounding error in mpfr_sin (t, t, MPFR_RNDA)zimmerma2020-12-151-1/+8
* [src/sinu.c] fixed issue with case t=0zimmerma2020-12-151-4/+6
* [src/sinu.c] Correction: variables must not be initialized with thevlefevre2020-12-151-1/+1
* [src/sinu.c] Fixed 2 bugs:vlefevre2020-12-141-4/+7
* [src/sinu.c] fixed typo (thanks Jeffrey Sarnoff)zimmerma2020-12-141-1/+1
* [src/sinu.c] Added a FIXME: the range reduction should be done in thisvlefevre2020-12-141-1/+4
* added mpfr_sinu (work in progress)zimmerma2020-12-141-0/+130