X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fhypot.texi;h=eda9a6be02f30489fb292586194dc86a7f5dad3b;hb=6e5f53c09490a510344a65d26f5e3989a048fcdf;hp=f12cdf414ee517dfdd32c73b343f634b569367fe;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/hypot.texi b/doc/posix-functions/hypot.texi index f12cdf414..eda9a6be0 100644 --- a/doc/posix-functions/hypot.texi +++ b/doc/posix-functions/hypot.texi @@ -2,14 +2,22 @@ @section @code{hypot} @findex hypot -POSIX specification: @url{http://www.opengroup.org/susv3xsh/hypot.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/hypot.html} -Gnulib module: --- +Gnulib module: hypot or hypot-ieee -Portability problems fixed by Gnulib: +Portability problems fixed by either Gnulib module @code{hypot} or @code{hypot-ieee}: @itemize @end itemize +Portability problems fixed by Gnulib module @code{hypot-ieee}: +@itemize +@item +When the arguments are mixed NaN and Infinity, this function returns a wrong +value on some platforms: +OSF/1 5.1, mingw, MSVC 9. +@end itemize + Portability problems not fixed by Gnulib: @itemize @end itemize