summaryrefslogtreecommitdiff
path: root/manual/arith.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-19 14:37:30 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-19 14:37:30 +0000
commitfc265c25dd5b279d1865c21c51efce238a69c81b (patch)
tree498f241863ec9a9156120ed96bcb87911bb48565 /manual/arith.texi
parentb7d03293a799db93437fecb152edcce956f7fb3d (diff)
Update.
2001-07-19 Jakub Jelinek <jakub@redhat.com> * locales/es_PR (LC_PAPER): Change to Letter. (LC_MEASUREMENT): Change to 2. * locales/es_US (LC_PAPER): Change to Letter. (LC_MEASUREMENT): Change to 2.
Diffstat (limited to 'manual/arith.texi')
-rw-r--r--manual/arith.texi14
1 files changed, 0 insertions, 14 deletions
diff --git a/manual/arith.texi b/manual/arith.texi
index fd02a617ed..c40ba3c59e 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -441,20 +441,6 @@ This function returns a nonzero value if @var{x} is finite or a ``not a
number'' value, and zero otherwise.
@end deftypefun
-@comment math.h
-@comment BSD
-@deftypefun double infnan (int @var{error})
-This function is provided for compatibility with BSD. Its argument is
-an error code, @code{EDOM} or @code{ERANGE}; @code{infnan} returns the
-value that a math function would return if it set @code{errno} to that
-value. @xref{Math Error Reporting}. @code{-ERANGE} is also acceptable
-as an argument, and corresponds to @code{-HUGE_VAL} as a value.
-
-In the BSD library, on certain machines, @code{infnan} raises a fatal
-signal in all cases. The GNU library does not do likewise, because that
-does not fit the @w{ISO C} specification.
-@end deftypefun
-
@strong{Portability Note:} The functions listed in this section are BSD
extensions.