view doc/posix-headers/float.texi @ 13536:063f254a90d3

remove spurious leading i
author Karl Berry <karl@freefriends.org>
date Sat, 07 Aug 2010 06:27:04 -0700
parents 070329237839
children bb0ceefd22dc
line wrap: on
line source

@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