repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Mention KTR_IFQ and KTR_IF_START
[dragonfly.git]
/
contrib
/
gcc-3.4
/
libf2c
/
libF77
/
r_atan.c
blob
33a6589fda9d82c3931477a56ee3cdbd1f05d6c1
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
r_atan
(
real
*
x
)
7
{
8
return
(
atan
(*
x
));
9
}