about summary refs log tree commit diff
path: root/math/s_cacosh_template.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* Convert _Complex cosine functions to generated codePaul E. Murphy2016-08-191-24/+26
| | | | | | This is fairly straight fowards. m68k overrides are updated to use the framework, and thus are simplified a bit.
* Prepare to convert _Complex cosine functionsPaul E. Murphy2016-08-191-0/+94
This patch has no function changes, except to ensure the git history correctly tracks the changes to convert the double version of these functions into a templated version.