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