modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / truncf.texi
blob1698e162466452e9f223f676643c5cd783151cf6
1 @node truncf
2 @section @code{truncf}
3 @findex truncf
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/truncf.html}
7 Gnulib module: truncf or truncf-ieee
9 Portability problems fixed by either Gnulib module @code{truncf} or @code{truncf-ieee}:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 9, MSVC 9, Interix 3.5.
14 @item
15 This function is not declared (without @code{-D_GNU_SOURCE}) on some platforms:
16 glibc 2.8.
17 @end itemize
19 Portability problems fixed by Gnulib module @code{truncf-ieee}:
20 @itemize
21 @item
22 This function returns a positive zero for a minus zero argument
23 on some platforms:
24 OSF/1 5.1.
25 @end itemize
27 Portability problems not fixed by Gnulib:
28 @itemize
29 @end itemize