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