Hash :
b14c9a8f
Author :
Date :
2010-10-02T18:35:08
Update doc for POSIX:2008. * doc/posix-headers/*.texi [except ucontext.texi, sys_timeb.texi]: Update URL of POSIX specification.
@node float.h
@section @file{float.h}
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/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, MirBSD 10, 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