summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libF77/r_cosh.c
blob: b22e0cf0a3d142917119335a7964cc18b3e9a943 (plain)
1
2
3
4
5
6
7
8
9
#include "f2c.h"

#undef abs
#include <math.h>
double
r_cosh (real * x)
{
  return (cosh (*x));
}
OpenPOWER on IntegriCloud