History log of /openbsd-src/lib/libm/src/s_roundf.c (Results 1 – 2 of 2)
Revision Date Author Comments
# eab01a26 12-Sep-2016 guenther <guenther@openbsd.org>

Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecated
in favor of isinf(), isnan(), and isfinite().

ok tb@ martynas@


# 65850ae2 12-Jul-2006 brad <brad@openbsd.org>

add some more C99 functions: round(3) and roundf(3).

By Steven G. Kargl <kargl at troutmask dot apl dot washington.edu>
From FreeBSD