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
/
s_tan.c
blob
6b0fec0063411f3e04a92649bbb26dae5fe586ca
1
#include <math_ldbl_opt.h>
2
#include <sysdeps/ieee754/dbl-64/s_tan.c>
3
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
4
compat_symbol
(
libm
,
tan
,
tanl
,
GLIBC_2_0
);
5
#endif