repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libf2c
/
libF77
/
d_acos.c
blob
41c4f172c658ad9092e9d7bb6271dbc6675190f6
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
d_acos
(
doublereal
*
x
)
7
{
8
return
(
acos
(*
x
));
9
}