summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [src/get_ld.c] forgot get_ld in previous commitzimmerma2021-02-011-0/+1
* make it clear that we don't propagate the sign bit in mpfr_get_d and mpfr_set_dzimmerma2021-02-019-3/+14
* [src/asinu.c] return NaN for u=0 and |x| > 1zimmerma2021-02-011-20/+26
* [src/acosu.c] for u=0 and |x| > 1, return NaNzimmerma2021-02-011-15/+14
* [src/{acosu.c,asinu.c,cosu.c,sinu.c,tanu.c}] Typos in comments.vlefevre2021-01-315-6/+6
* [src/acosu.c] fixed case x=-1/2 which was wrongzimmerma2021-01-311-10/+12
* [src/asinu.c] fixed case x=-1 and underflow casezimmerma2021-01-301-14/+29
* added asinu (work in progress, not yet usable)zimmerma2021-01-293-1/+145
* [src/acosu.c] fixed another typozimmerma2021-01-291-1/+1
* [src/acosu.c] fixed typozimmerma2021-01-291-2/+2
* [src/acosu.c] Simplified code.vlefevre2021-01-291-6/+5
* new function mpfr_acosu (still to be added in NEWS and mpfr.texi)zimmerma2021-01-293-1/+198
* [src/{cosu.c,sinu.c,tanu.c}] Function logging: added missing u.vlefevre2021-01-293-3/+6
* [src/{cosu.c,sinu.c,tanu.c}] Range reduction: improved a test, renamedvlefevre2021-01-143-14/+37
* Added function logging for mpfr_fmod_ui and mpfr_sqrt_ui.vlefevre2021-01-142-4/+19
* [src] Fixed typo in mpfr_printf format from MPFR_LOG_FUNC for severalvlefevre2021-01-147-14/+14
* [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/tanu.c] Implemented range reduction for mpfr_tanu.vlefevre2021-01-131-11/+43
* [src/{cosu.c,sinu.c}] Corrected the position of a comment.vlefevre2021-01-132-6/+6
* [src/cosu.c] Implemented range reduction for mpfr_cosu.vlefevre2021-01-131-12/+33
* [src/sinu.c] removed FIXME (done)zimmerma2021-01-131-5/+5
* Implemented range reduction for mpfr_sinu (and defined mpfr_fmod_ui).vlefevre2021-01-134-9/+108
* [src/sqrt_ui.c] Coding style.vlefevre2021-01-131-1/+1
* [src/{cosu.c,sinu.c,tanu.c}] Changed MPFR_PREC to MPFR_GET_PREC.vlefevre2021-01-133-3/+3
* [src/set_ld.c] added pointer to "double double" formatzimmerma2021-01-051-1/+2
* Copyright notice update: added 2021 withvlefevre2021-01-03277-277/+277
* [src/mpfr-impl.h] Removed a now useless test on __clang__, correspondingvlefevre2021-01-031-13/+2
* Optimize mpfr_abs, mpfr_copysign and mpfr_setsign in the case of reusedvlefevre2020-12-203-3/+35
* [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-184-13/+25
* added sinpi, cospi, tanpizimmerma2020-12-164-3/+28
* added new function mpfr_tanuzimmerma2020-12-163-1/+179
* [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-152-3/+40
* [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-152-1/+11
* added new function mpfr_cosuzimmerma2020-12-153-1/+143
* [src/sinu.c] fixed typo in commentzimmerma2020-12-151-1/+1
* [src/sin_cos.c] Code improvement:vlefevre2020-12-151-4/+5
* [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/{sin.c,sin_cos.c}]vlefevre2020-12-152-5/+12
* [src/{ai.c,yn.c}] Do not initialize variables with the defaultvlefevre2020-12-152-18/+19
* [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