Sign in
cobalt
/
cobalt
/
25399f97090f8a86f56525c38486080cb2747250
/
.
/
src
/
third_party
/
musl
/
src
/
complex
/
cimagl.c
blob: 9ec24eeeafc56d93bddaead909538ff896c59908 [
file
] [
log
] [
blame
]
#include
"libm.h"
long
double
(
cimagl
)(
long
double
complex z
)
{
return
cimagl
(
z
);
}