verify: new macro 'assume'
[gnulib.git] / modules / truncf
1 Description:
2 truncf() function: round towards zero.
3
4 Files:
5 lib/truncf.c
6 lib/trunc.c
7 m4/truncf.m4
8
9 Depends-on:
10 math
11 extensions
12 float           [test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1]
13
14 configure.ac:
15 gl_FUNC_TRUNCF
16 if test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1; then
17   AC_LIBOBJ([truncf])
18 fi
19 gl_MATH_MODULE_INDICATOR([truncf])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(TRUNCF_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34