Bell 32V development
[unix-history] / usr / src / libF77 / r_tanh.c
double r_tanh(x)
float *x;
{
double tanh();
return( tanh(*x) );
}