xref
: /
aosp_15_r20
/
external
/
musl
/
src
/
complex
/
cimag.c
(revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
complex_impl.h
"
2
3
double
(
cimag
)(
double
complex
z
)
4
{
5
return
cimag
(
z
);
6
}
7