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
* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-acos.c
blob
813a17e9d6dafdea05e5da4d93e27b032720a262
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
acosl
(
double
x
)
6
{
7
return
acos
(
x
);
8
}