Sign in
android
/
platform
/
external
/
musl
/
refs/heads/android13-d2-release
/
.
/
src
/
complex
/
cimagf.c
blob: b7166dcfa940d0ceea494700b1eacb71d0f9f28c [
file
] [
log
] [
blame
] [
edit
]
#include
"complex_impl.h"
float
(
cimagf
)(
float
complex z
)
{
return
cimagf
(
z
);
}