repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Unify wint_t handling in wchar.h and wctype.h.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-ccos.c
blob
0e1c2e70f3bd9303cc7cb15d1d5c9c12b018b7e5
1
#include
"nldbl-compat.h"
2
#include <complex.h>
3
4
double
_Complex
5
attribute_hidden
6
ccosl
(
double
_Complex x
)
7
{
8
return
ccos
(
x
);
9
}