casinhf.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/casinhf.c
blob: a11bf902d86f9cb7dff2ff5984e63d10ec441d85 (plain) (blame)
1
2
3
4
5
6
7
#include "libm.h"
float complex casinhf(float complex z)
{
	z = casinf(CMPLXF(-cimagf(z), crealf(z)));
	return CMPLXF(cimagf(z), -crealf(z));
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月01日 20:28:03 +0000

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