Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecatedin favor of isinf(), isnan(), and isfinite().ok tb@ martynas@
add some more C99 functions: round(3) and roundf(3).By Steven G. Kargl <kargl at troutmask dot apl dot washington.edu>From FreeBSD