This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of NAD Editorial status.
Section: 28.7 [c.math] Status: NAD Editorial Submitter: Bo Persson Opened: 2007-02-13 Last modified: 2016-02-01
Priority: Not Prioritized
View all other issues in [c.math].
View all issues with NAD Editorial status.
Discussion:
28.7 [c.math], paragraph 10 has long lists of added signatures for float and long double functions. All the signatures have float/long double return values, which is inconsistent with some of the double functions they are supposed to overload.
Proposed resolution:
Change 28.7 [c.math], paragraph 10,
floatint ilogb(float);floatlong lrint(float);floatlong lround(float);floatlong long llrint(float);floatlong long llround(float);long doubleint ilogb(long double);long doublelong lrint(long double);long doublelong lround(long double);long doublelong long llrint(long double);long doublelong long llround(long double);