This issue has been automatically converted from the original issue lists and some formatting may not have been preserved.
Authors: WG14, Fred J. Tydeman
Date: 2015-01-07
Reference document: N1902
Submitted against: C11 / C17
Status: Fixed
Fixed in: C17
Converted from: n2396.htm
The introduction to complex arithmetic in 7.3.1p3 is wrong on several counts, all due to CMPLX.
The text in question is:
Each synopsis specifies a family of functions consisting of a principal function with one or more double complex parameters and a double complex or double return value; and other functions with the same name but with f and l suffixes which are corresponding functions with float and long double parameters and return values.
The items that are wrong are:
Comment from WG14 on 2017-11-03:
Apr 2015 meeting
The following Proposed Technical Corrigendum was presented, discussed, and accepted.
In 7.3.1#3, change:
Each synopsis specifies a family of functions
to
Each synopsis other than the CMPLX macros specifies a family of functions
(add forward reference to 7.3.9.3)