summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/w_y1f.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting, this is hard to explain, so I'll show one example.alfred2002-05-281-1/+2
| | | | | | | | | | - float ynf(int n, float x) /* wrapper ynf */ +float +ynf(int n, float x) /* wrapper ynf */ This is because the __STDC__ stuff was indented. Reviewed by: md5
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-5/+0
| | | | Reviewed by: md5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Split up the Bessel function wrapper files so that most wrapper functionsbde1997-02-201-0/+54
are in their own file.
OpenPOWER on IntegriCloud