blob: df81ea0df22eabc6d761dfc1cdabf07f5587f361 [file] [log] [blame]
#include "f2c.h"
#undef abs
#include <math.h>
double
d_tanh (doublereal * x)
{
return (tanh (*x));
}