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