summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_ccoshf.c
Commit message (Expand)AuthorAgeFilesLines
* Add a macro nan_mix() and use it to get NaN results that are (bitwise)Bruce Evans2018-07-171-1/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Fix some exceptional cases where the sign of the result is unspecifiedTijl Coosemans2015-06-151-14/+11
* Rename cpack*() to CMPLX*().Ed Schouten2014-12-161-14/+14
* Improved handling of large x in ccosh{,f}():David Schultz2011-10-211-3/+20
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withDavid Schultz2011-10-171-0/+87