date and time created 83/01/21 11:07:03 by dlw
[unix-history] / usr / src / usr.bin / f77 / libF77 / besy0_.c
/*
* "@(#)besy0_.c 1.1"
*/
double y0();
float besy0_(x)
float *x;
{
return((float)y0((double)*x));
}