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

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

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

double yn();

float besyn_(n, x)
long *n; float *x;
{
	return((float)yn((int)*n, (double)*x));
}