about summary refs log tree commit diff
path: root/math/s_catan_template.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert _Complex tangent functions to generated codePaul E. Murphy2016-08-191-51/+53
| | | | | | This converts s_c{,a}tan{,h}{f,,l} into a single templated file c{,a}tan{,h}_template.c with the exception of alpha.
* Prepare to convert _Complex tangent functionsPaul E. Murphy2016-08-191-0/+143
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.