repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(do_test): Make sure the helper process is terminating when the test
[glibc/history.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-csqrt.c
blob
ae00a29885050c7ceb5860391db04662ca5418ba
1
#include
"nldbl-compat.h"
2
#include <complex.h>
3
4
double
_Complex
5
attribute_hidden
6
csqrtl
(
double
_Complex x
)
7
{
8
return
csqrt
(
x
);
9
}