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/conj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/conj.c')
-rw-r--r--src/complex/conj.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/conj.c b/src/complex/conj.c
index 4aceea7b..0b3f5f46 100644
--- a/src/complex/conj.c
+++ b/src/complex/conj.c
@@ -2,5 +2,5 @@
double complex conj(double complex z)
{
- return cpack(creal(z), -cimag(z));
+ return CMPLX(creal(z), -cimag(z));
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月20日 08:50:44 +0000

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