view doc/posix-functions/logb.texi @ 38895:70deacf7fcf4

all: Write "Solaris 11.0" instead of "Solaris 11 2011-11".
author Bruno Haible <bruno@clisp.org>
date Thu, 12 Oct 2017 17:40:54 +0200
parents c01f18d2dff4
children d4661c7ea0d0
line wrap: on
line source

@node logb
@section @code{logb}
@findex logb

POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/logb.html}

Gnulib module: logb

Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
Minix 3.1.8, MSVC 9.
@item
This function is missing a declaration on some platforms:
Cygwin 1.5.x.
@item
This function produces wrong results for subnormal numbers on some platforms:
glibc 2.11/ppc, glibc 2.7/sparc, glibc 2.7/hppa, Solaris 11.0, Cygwin 1.5.x.
@end itemize

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