Fixed imagined bug in subject pattern match about
[unix-history] / .ref-BSD-3 / usr / src / libF77 / r_atan.c
double r_atan(x)
float *x;
{
double atan();
return( atan(*x) );
}