a97c58507e16aed97f2a623bc36f9d25e43eea16
[gnulib.git] / doc / posix-functions / cbrtl.texi
1 @node cbrtl
2 @section @code{cbrtl}
3 @findex cbrtl
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/cbrtl.html}
6
7 Gnulib module: cbrtl or cbrtl-ieee
8
9 Portability problems fixed by either Gnulib module @code{cbrtl} or @code{cbrtl-ieee}
10 @itemize
11 @item
12 This function is missing on some platforms:
13 FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS.
14 @item
15 This function is not declared on some platforms:
16 IRIX 6.5.
17 @end itemize
18
19 Portability problems fixed by Gnulib module @code{cbrtl-ieee}:
20 @itemize
21 @item
22 This function returns a positive zero for a minus zero argument
23 on some platforms:
24 IRIX 6.5.
25 @end itemize
26
27 Portability problems not fixed by Gnulib:
28 @itemize
29 @end itemize