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: 29.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:
29.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 29.7 [c.math], paragraph 10,
floatilogb(float);floatlrint(float);floatlround(float);floatllrint(float);floatllround(float);long doubleilogb(long double);long doublelrint(long double);long doublelround(long double);long doublellrint(long double);long doublellround(long double);