conj.c\complex\src - 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
blob: a3b19a4aa979a4cabdba7e57c4f325b0e18b95b1 (plain) (blame)
1
2
3
4
5
6
#include "complex_impl.h"
double complex conj(double complex z)
{
	return CMPLX(creal(z), -cimag(z));
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月07日 05:38:52 +0000

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