Sign in
mojo
/
mojo
/
4a4d4e08def91646df742850bfe5ea89f56345e2
/
.
/
fusl
/
src
/
complex
/
cimag.c
blob: 00955641b14a929373a55f9f3f30839d587f3d20 [
file
] [
log
] [
blame
]
#include
"libm.h"
double
(
cimag
)(
double
complex z
)
{
return
cimag
(
z
);
}