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-cpow.c
blob
709e7d73b16265889c2087a82bcca87c0a89e8fa
1
#include
"nldbl-compat.h"
2
#include <complex.h>
3
4
double
_Complex
5
attribute_hidden
6
cpowl
(
double
_Complex x
,
double
_Complex y
)
7
{
8
return
cpow
(
x
,
y
);
9
}