summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_roundf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecatedguenther2016-09-121-2/+2
| | | | | | in favor of isinf(), isnan(), and isfinite(). ok tb@ martynas@
* add some more C99 functions: round(3) and roundf(3).brad2006-07-121-0/+51
By Steven G. Kargl <kargl at troutmask dot apl dot washington.edu> From FreeBSD