summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_sincosl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonkettenis2018-03-101-0/+121
extensions and modern compilers (such as clang) will use them to optimize separate calculations of sine and cosine. ok tom@, patrick@, deraadt@, jmc@