Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
libf2c
/
libF77
/
d_acos.c
blob: 41c4f172c658ad9092e9d7bb6271dbc6675190f6 [
file
] [
log
] [
blame
]
#include
"f2c.h"
#undef
abs
#include
<math.h>
double
d_acos
(
doublereal
*
x
)
{
return
(
acos
(*
x
));
}