Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
5c43e1dbc8716536551d392f834c6752a3e82cec
/
.
/
src
/
complex
/
cexpl.c
blob: a27f85c052c1bf8302ce80d586a3399aced623b7 [
file
] [
log
] [
blame
]
#include
"libm.h"
//FIXME
long
double
complex cexpl
(
long
double
complex z
)
{
return
cexp
(
z
);
}