xref
: /
third_party
/
ulib
/
musl
/
src
/
complex
/
cimagl.c
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
libm.h
"
2
3
long
double
(
cimagl
)(
long
double
complex
z
) {
4
return
cimagl
(
z
);
5
}
6