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

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