4.1cBSD/usr/src/usr.lib/libF77/besj1_.c

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

double j1();

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