Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
third_party
/
musl
/
src
/
complex
/
cexpl.c
blob: a27f85c052c1bf8302ce80d586a3399aced623b7 [
file
] [
log
] [
blame
]
#include
"libm.h"
//FIXME
long
double
complex cexpl
(
long
double
complex z
)
{
return
cexp
(
z
);
}