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