X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fround-ieee;fp=modules%2Fround-ieee;h=3cdedca7271205f7b488d74ad26a3b6885f9946f;hb=9b144e908f361bc95b309fd33bfa0bc09ae55cc7;hp=0000000000000000000000000000000000000000;hpb=0c5e7922f80eae16b5a89233d5a8c0d1f88c18a7;p=gnulib.git diff --git a/modules/round-ieee b/modules/round-ieee new file mode 100644 index 000000000..3cdedca72 --- /dev/null +++ b/modules/round-ieee @@ -0,0 +1,27 @@ +Description: +round() function according to ISO C 99 with IEC 60559. + +Files: +m4/round-ieee.m4 +m4/minus-zero.m4 +m4/signbit.m4 + +Depends-on: +round + +configure.ac: +gl_FUNC_ROUND_IEEE + +Makefile.am: + +Include: + + +Link: +$(ROUND_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible