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