1Description: 2roundf() function according to ISO C 99 with IEC 60559. 3 4Files: 5m4/roundf-ieee.m4 6m4/minus-zero.m4 7m4/signbit.m4 8 9Depends-on: 10roundf 11floorf-ieee [test $HAVE_ROUNDF = 0 || test $REPLACE_ROUNDF = 1] 12ceilf-ieee [test $HAVE_ROUNDF = 0 || test $REPLACE_ROUNDF = 1] 13 14configure.ac: 15gl_FUNC_ROUNDF_IEEE 16 17Makefile.am: 18 19Include: 20<math.h> 21 22Link: 23$(ROUNDF_LIBM) 24 25License: 26LGPL 27 28Maintainer: 29Bruno Haible 30