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

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

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

double jn();

float besjn_(n, x)
long *n; float *x;
{
	return((float)jn((int)*n, (double)*x));
}