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
BUGS: Update from 2.90.8 snapshot.
[official-gcc.git]
/
libf2c
/
libF77
/
d_atn2.c
blob
e0b217863a54c670d11ed54083ef52f67e9aa3f3
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
d_atn2
(
doublereal
*
x
,
doublereal
*
y
)
7
{
8
return
(
atan2
(*
x
, *
y
));
9
}