summaryrefslogtreecommitdiff
path: root/src/complex/cacoshl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/cacoshl.c')
-rw-r--r--src/complex/cacoshl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/cacoshl.c b/src/complex/cacoshl.c
index 2a04e27b..65342557 100644
--- a/src/complex/cacoshl.c
+++ b/src/complex/cacoshl.c
@@ -9,6 +9,6 @@ long double complex cacoshl(long double complex z)
long double complex cacoshl(long double complex z)
{
z = cacosl(z);
- return cpackl(-cimagl(z), creall(z));
+ return CMPLXL(-cimagl(z), creall(z));
}
#endif