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
* function.c (purge_addressof): Use free_INSN_LIST_node instead of
[official-gcc.git]
/
libf2c
/
libF77
/
d_atan.c
blob
e25fa2e417749f077a23889a42da799fdccabf45
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
d_atan
(
doublereal
*
x
)
7
{
8
return
(
atan
(*
x
));
9
}