V7M/src/libF77/d_asin.c

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

double d_asin(x)
double *x;
{
double asin();
return( asin(*x) );
}