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