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
/
r_atn2.c
blob
076d8743b1e60f426a334461ca5d6a2e5d7527c2
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
r_atn2
(
real
*
x
,
real
*
y
)
7
{
8
return
(
atan2
(*
x
, *
y
));
9
}