double complex
instead of complex
in an exampleThis issue has been automatically converted from the original issue lists and some formatting may not have been preserved.
Authors: Tydeman (US)
Date: 2003-10-24
Submitted against: C99
Status: Fixed
Fixed in: C99 TC3
Converted from: summary-c99.htm, dr_293.htm
6.7.8, paragraph 24, example 1.
complex c = 5 + 3 * Ishould changed to
double complex c = 5 + 3 * I
Change complex
to double complex
in the example.
Comment from WG14 on 2004-03-01:
6.7.8, paragraph 24, example 1.
complex c = 5 + 3 * Ichanged to
double complex c = 5 + 3 * I