Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common | 2018-03-10 | 1 | -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 difficult | 2009-04-09 | 1 | -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@ |