modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / hypot.texi
blobeda9a6be02f30489fb292586194dc86a7f5dad3b
1 @node hypot
2 @section @code{hypot}
3 @findex hypot
5 POSIX specification:@* @url{http://www.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 OSF/1 5.1, mingw, MSVC 9.
19 @end itemize
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize