BUGS: In glibc 2.3.4 and earlier, an FE_OVERFLOW exception is not

raised when an overflow occurs.
This commit is contained in:
Michael Kerrisk 2008-08-10 20:03:27 +00:00
parent 5625342f8c
commit 47836143f8
1 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH COSH 3 2008-08-05 "" "Linux Programmer's Manual"
.TH COSH 3 2008-08-10 "" "Linux Programmer's Manual"
.SH NAME
cosh, coshf, coshl \- hyperbolic cosine function
.SH SYNOPSIS
@ -113,6 +113,11 @@ The variant returning
.I double
also conforms to
SVr4, 4.3BSD.
.SH BUGS
In glibc version 2.3.4 and earlier,
an overflow floating-point
.RB ( FE_OVERFLOW )
exception is not raised when an overflow occurs.
.SH "SEE ALSO"
.BR acosh (3),
.BR asinh (3),