This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
The attached patch fixes a slight inaccuracy in the documentation for
'frexp'. The current documentation does not correctly describe the
behaviour when frexp is given a negative value. E.g.,
frexp(-11.875, &exponent)
returns -0.7421875, which is not "in the range 1/2 (inclusive) to 1
(exclusive)" as the info page says. The patch inserts "its absolute
value".
Thanks,
Ben.
Attachment:
arith.texi.patch
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |