Bump to 1.14.1
[platform/upstream/augeas.git] / doc / posix-functions / hypot.texi
1 @node hypot
2 @section @code{hypot}
3 @findex hypot
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/hypot.html}
6
7 Gnulib module: hypot or hypot-ieee
8
9 Portability problems fixed by either Gnulib module @code{hypot} or @code{hypot-ieee}:
10 @itemize
11 @end itemize
12
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
20
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize