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