Sign in
mojo
/
mojo-testing
/
9fee97604c5f232308a7d7af3373734b090c875c
/
.
/
fusl
/
src
/
complex
/
cexpl.c
blob: 71c2aea40104f7680998e794fad1464946a9b688 [
file
]
#include
"libm.h"
// FIXME
long
double
complex cexpl
(
long
double
complex z
)
{
return
cexp
(
z
);
}