new file organization
[unix-history] / usr / src / usr.bin / f77 / libF77 / besj0_.c
CommitLineData
dd2d6691
DW
1/*
2 * "@(#)besj0_.c 1.1"
3 */
4
5double j0();
6
7float besj0_(x)
8float *x;
9{
10 return((float)j0((double)*x));
11}