posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / round-ieee
blobc9a4e9c920f5d40cf8dc580c45be2ff9b0fa4750
1 Description:
2 round() function according to ISO C 99 with IEC 60559.
4 Files:
5 m4/round-ieee.m4
6 m4/minus-zero.m4
7 m4/signbit.m4
9 Depends-on:
10 round
11 floor-ieee      [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1]
12 ceil-ieee       [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1]
14 configure.ac:
15 gl_FUNC_ROUND_IEEE
17 Makefile.am:
19 Include:
20 <math.h>
22 Link:
23 $(ROUND_LIBM)
25 License:
26 LGPL
28 Maintainer:
29 all