NEWS.stable: log cherry-pick [79aac72]->[cc1a9b7] canonicalize-lgpl: use common idiom
[gnulib.git] / modules / truncl
1 Description:
2 truncl() function: round towards zero.
3
4 Files:
5 lib/truncl.c
6 lib/trunc.c
7 m4/truncl.m4
8
9 Depends-on:
10 math
11 extensions
12 float           [test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1]
13
14 configure.ac:
15 gl_FUNC_TRUNCL
16 gl_MATH_MODULE_INDICATOR([truncl])
17
18 Makefile.am:
19
20 Include:
21 <math.h>
22
23 Link:
24 $(TRUNCL_LIBM)
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31