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

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