summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-headers/math.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/doc/posix-headers/math.texi')
m---------gnulib0
-rw-r--r--gnulib/doc/posix-headers/math.texi30
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/doc/posix-headers/math.texi b/gnulib/doc/posix-headers/math.texi
new file mode 100644
index 00000000..a0fa6aaf
--- /dev/null
+++ b/gnulib/doc/posix-headers/math.texi
@@ -0,0 +1,30 @@
+@node math.h
+@section @file{math.h}
+
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/math.h.html}
+
+Gnulib module: math
+
+Portability problems fixed by Gnulib:
+@itemize
+@item
+The macro @code{NAN} is not defined on some platforms:
+OpenBSD 4.0, AIX 5.1, IRIX 6.5, OSF/1 5.1.
+
+@item
+The macro @code{NAN} is not exposed outside of C99 compilation on some
+platforms:
+glibc.
+
+@item
+The macros @code{NAN} and @code{HUGE_VAL} expand to a function address
+rather than a floating point constant on some platforms:
+Solaris 10.
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+@code{NAN} is not a compile time constant with some compilers:
+OSF/1 with Compaq (ex-DEC) C 6.4.
+@end itemize