musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/complex/ccos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/ccos.c')
-rw-r--r--src/complex/ccos.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/ccos.c b/src/complex/ccos.c
index 5754c238..645aec29 100644
--- a/src/complex/ccos.c
+++ b/src/complex/ccos.c
@@ -4,5 +4,5 @@
double complex ccos(double complex z)
{
- return ccosh(cpack(-cimag(z), creal(z)));
+ return ccosh(CMPLX(-cimag(z), creal(z)));
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月21日 03:06:06 +0000

AltStyle によって変換されたページ (->オリジナル) /