Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecated | 2016-09-12 | 1 | -2/+2 | |
| | | | | | | in favor of isinf(), isnan(), and isfinite(). ok tb@ martynas@ | ||||
* | add some more C99 functions: round(3) and roundf(3). | 2006-07-12 | 1 | -0/+51 | |
By Steven G. Kargl <kargl at troutmask dot apl dot washington.edu> From FreeBSD |