V7/usr/src/libF77/r_tanh.c

Find at most related files.
including files from this version of Unix.

double r_tanh(x)
float *x;
{
double tanh();
return( tanh(*x) );
}