This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
musl
mirror of
git://git.musl-libc.org/musl
Watch
1
Star
0
Fork
You've already forked musl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d0040e239e
musl
/
src
/
complex
/
csqrtl.c
8 lines
99 B
C
Raw
Blame
History
#
include
"libm.h"
//FIXME
long
double
complex
csqrtl
(
long
double
complex
z
)
{
return
csqrt
(
z
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink