BSD 4 development
[unix-history] / usr / src / lib / libF77 / d_atan.c
double d_atan(x)
double *x;
{
double atan();
return( atan(*x) );
}