poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / hypot.texi
blobcb1f59dd4d1d31f5bcd11b299dab207faed74457
1 @node hypot
2 @section @code{hypot}
3 @findex hypot
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/hypot.html}
7 Gnulib module: hypot or hypot-ieee
9 Portability problems fixed by either Gnulib module @code{hypot} or @code{hypot-ieee}:
10 @itemize
11 @end itemize
13 Portability problems fixed by Gnulib module @code{hypot-ieee}:
14 @itemize
15 @item
16 When the arguments are mixed NaN and Infinity, this function returns a wrong
17 value on some platforms:
18 mingw, MSVC 14.
19 @end itemize
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize