date and time created 83/01/21 11:11:31 by dlw
[unix-history] / usr / src / usr.bin / f77 / libF77 / besy1_.c
CommitLineData
6c19f861
DW
1/*
2 * "@(#)besy1_.c 1.1"
3 */
4
5double y1();
6
7float besy1_(x)
8float *x;
9{
10 return((float)y1((double)*x));
11}