autoupdate
[gnulib.git] / modules / trunc
blobbd955867955fd7de6cab25ee7f743f3d2b6f217f
1 Description:
2 trunc() function: round towards zero.
4 Files:
5 lib/trunc.c
6 m4/trunc.m4
8 Depends-on:
9 math
10 extensions
11 float           [test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1]
13 configure.ac:
14 gl_FUNC_TRUNC
15 if test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1; then
16   AC_LIBOBJ([trunc])
18 gl_MATH_MODULE_INDICATOR([trunc])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(TRUNC_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all