Bump to 1.14.1
[platform/upstream/augeas.git] / doc / posix-functions / ceil.texi
1 @node ceil
2 @section @code{ceil}
3 @findex ceil
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ceil.html}
6
7 Gnulib module: ceil or ceil-ieee
8
9 Portability problems fixed by either Gnulib module @code{ceil} or @code{ceil-ieee}:
10 @itemize
11 @end itemize
12
13 Portability problems fixed by Gnulib module @code{ceil-ieee}:
14 @itemize
15 @item
16 This function returns a positive zero for an argument between @minus{}1 and 0
17 on some platforms:
18 AIX 7.1, OSF/1 5.1.
19 @item
20 This function returns a positive zero for a minus zero argument
21 on some platforms:
22 OSF/1 5.1.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize