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

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

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

double j1();

float besj1_(x)
float *x;
{
	return((float)j1((double)*x));
}