doc: Remove references to POSIX 202x.
[gnulib.git] / modules / truncl
blob54e26903ad4e0c8ffbead7da0c1b0f92a4137f78
1 Description:
2 truncl() function: round towards zero.
4 Files:
5 lib/truncl.c
6 lib/trunc.c
7 m4/truncl.m4
9 Depends-on:
10 math
11 extensions
12 trunc           [{ test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 float           [{ test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 configure.ac:
16 gl_FUNC_TRUNCL
17 gl_CONDITIONAL([GL_COND_OBJ_TRUNCL],
18                [test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1])
19 gl_MATH_MODULE_INDICATOR([truncl])
21 Makefile.am:
22 if GL_COND_OBJ_TRUNCL
23 lib_SOURCES += truncl.c
24 endif
26 Include:
27 <math.h>
29 Link:
30 $(TRUNCL_LIBM)
32 License:
33 LGPL
35 Maintainer:
36 all