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]

glibc manual: html character entity incorrect


On this page:
http://www.gnu.org/software/libc/manual/html_node/Exponents-and-Logarithms.html#Exponents-and-Logarithms

In this section:
Function: long double logbl (long double x)

The infinity html character entity is incorrect.
"""
If x is de-normalized, logb returns the exponent x would have if it
were normalized. If x is infinity (positive or negative), logb returns
∞. If x is zero, logb returns ∞. It does not signal.
"""

In the page source, I see "∞".  It should be "∞".



Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]