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

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