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