Sign in
third-party-mirror
/
mingw-w64
/
518dd33c326f65684e8e938262b2a9ca94804cfb
/
.
/
mingw-w64-crt
/
complex
/
cimagf.c
blob: 65721703c444ebb2df97ce105df304725d0f1f41 [
file
] [
log
] [
blame
]
#include
<complex.h>
float
__attribute__
((
const
))
cimagf
(
float
complex _Z
)
{
return
__imag__ _Z
;
}