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
* elf/elf.h (HWCAP_SPARC_BLKINIT): New macro.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-csinh.c
blob
2bcba920e3cae6123997e97cd4d2cead4e4eb326
1
#include
"nldbl-compat.h"
2
#include <complex.h>
3
4
double
_Complex
5
attribute_hidden
6
csinhl
(
double
_Complex x
)
7
{
8
return
csinh
(
x
);
9
}