7d2e79eaaac95270ea9be3455ae694caeb1980cb
[gnulib.git] / doc / posix-headers / float.texi
1 @node float.h
2 @section @file{float.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/float.h.html}
5
6 Gnulib module: float
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 The values of @code{LDBL_*} macros are incorrect on some platforms:
12 On OpenBSD 4.0 and BeOS, they are the same as the values of the
13 @code{DBL_*} macros, although @samp{long double} is a larger type than
14 @samp{double}.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize