Bell 32V development
[unix-history] / usr / src / libF77 / r_asin.c
double r_asin(x)
float *x;
{
double asin();
return( asin(*x) );
}