V7addenda/f77/libF77/r_atan.c

Compare this file to the similar file:
Show the results in this format:

double r_atan(x)
float *x;
{
double atan();
return( atan(*x) );
}