Sign in
gnu
/
gcc
/
refs/tags/releases/gcc-3.3.4
/
.
/
libf2c
/
libF77
/
r_cosh.c
blob: b22e0cf0a3d142917119335a7964cc18b3e9a943 [
file
] [
log
] [
blame
]
#include
"f2c.h"
#undef
abs
#include
<math.h>
double
r_cosh
(
real
*
x
)
{
return
(
cosh
(*
x
));
}