4.2BSD/usr/src/usr.lib/libF77/besy1_.c

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

/*
 *	"@(#)besy1_.c	1.1"
 */

double y1();

float besy1_(x)
float *x;
{
	return((float)y1((double)*x));
}