conjf.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/conjf.c
blob: b2195c84019a91360ee81bb0c8c1165f85815a59 (plain) (blame)
1
2
3
4
5
6
#include "complex_impl.h"
float complex conjf(float complex z)
{
	return CMPLXF(crealf(z), -cimagf(z));
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月06日 20:43:49 +0000

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