summaryrefslogtreecommitdiff
path: root/sin_cos.c
Commit message (Expand)AuthorAgeFilesLines
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* check that we can round the cosine toozimmerma2000-12-131-3/+4
* cleaned calls to mpfr_extractzimmerma2000-12-011-11/+7
* replaced log(2.0) by LOG2 [first step in getting rid of math.h]zimmerma2000-12-011-3/+3
* return value was wrong for input non-zero (should return 1 = inexact)zimmerma2000-12-011-4/+10
* gained a factor of 2 in most cases (replaced initial constant factor=2zimmerma2000-11-291-25/+42
* Infinis, premiere tentative.hanrot2000-11-211-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-12/+12
* removed some memory leakszimmerma2000-08-161-14/+13
* First Releasejeandel2000-07-111-0/+222