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