V7addenda/f77/libF77/r_acos.c

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

double r_acos(x)
float *x;
{
double acos();
return( acos(*x) );
}