repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR optimization/9090
[official-gcc.git]
/
libf2c
/
libF77
/
d_tan.c
blob
370c1b85fef9b2852165496c0fe17eee6d8782be
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
d_tan
(
doublereal
*
x
)
7
{
8
return
(
tan
(*
x
));
9
}