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