Prepare to convert _Complex cosine functions
commit281f5073e5a6d2cd3733acd9c773c8c6340468c4
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Fri, 1 Jul 2016 15:49:03 +0000 (1 10:49 -0500)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Fri, 19 Aug 2016 16:28:17 +0000 (19 11:28 -0500)
tree9ac3ee4261536656b7e5cabc1d28e0776419d40e
parent466929465e881a2d09df39097d026195fe2f26ed
Prepare to convert _Complex cosine functions

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.
ChangeLog
math/s_cacos_template.c [new file with mode: 0644]
math/s_cacosh_template.c [new file with mode: 0644]
math/s_ccos_template.c [new file with mode: 0644]
math/s_ccosh_template.c [new file with mode: 0644]