aboutsummaryrefslogtreecommitdiff
path: root/math/s_cproj_template.c
AgeCommit message (Collapse)Author
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy
Convert cpow, clog, clog10, cexp, csqrt, and cproj functions into generated templates. Note, ldbl-opt still retains s_clog10l.c as the aliasing rules are non-trivial.
2016-08-29Prepare to convert remaining _Complex functionsPaul E. Murphy
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.