X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fhypot.texi;h=eda9a6be02f30489fb292586194dc86a7f5dad3b;hb=6e5f53c09490a510344a65d26f5e3989a048fcdf;hp=bff9a6c25a5806b6f86416c828229b6a405555ea;hpb=8b893ddd3707e3ca0703933d9a72eaea356759e5;p=gnulib.git diff --git a/doc/posix-functions/hypot.texi b/doc/posix-functions/hypot.texi index bff9a6c25..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/onlinepubs/9699919799/functions/hypot.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/hypot.html} -Gnulib module: hypot +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