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