summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-headers/float.texi
blob: 799856070978d98ad8d4b20be3db9f67714826e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@node float.h
@section @file{float.h}

POSIX specification: @url{http://www.opengroup.org/susv3xbd/float.h.html}

Gnulib module: float

Portability problems fixed by Gnulib:
@itemize
@item
The values of @code{LDBL_*} macros are incorrect on some platforms:
On OpenBSD 4.0 and BeOS, they are the same as the values of the
@code{DBL_*} macros, although @samp{long double} is a larger type than
@samp{double}.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize