about summary refs log tree commit diff
path: root/math/s_casin_template.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert _Complex sine functions to generated codePaul E. Murphy2016-08-191-15/+16
| | | | | Refactor s_c{,a}sin{,h}{f,,l} into a single templated macro.
* Prepare to convert _Complex sine functionsPaul E. Murphy2016-08-191-0/+66
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.