summaryrefslogtreecommitdiffstats
path: root/regress/lib/libm/fpaccuracy/fpaccuracy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonkettenis2018-03-101-1/+3
| | | | | | | extensions and modern compilers (such as clang) will use them to optimize separate calculations of sine and cosine. ok tom@, patrick@, deraadt@, jmc@
* fpaccuracy, by prof. Gaston H. Gonnet, uses some most difficultmartynas2009-04-091-0/+56
values to test accuracy of math functions (currently, only double precision tests are present) a report summary (fpaccuracy.out) containing max errs in ulp is generated originally under gpl. consented to relicense it under our license ok millert@