Submitter: Tydeman (US)
     Submission Date:2003-10-24
     Source:
     Reference Document:
     Version: 1.0
     Date: 2004-03-01
     Subject:Typo in Standard - double
    complex instead of complex in an
    example.
Summary
6.7.8, paragraph 24, example 1.complex c = 5 + 3 * Ishould changed todouble complex c = 5 + 3 * I
Suggested Technical Corrigendum
     Change complex to double
    complex in the example.
Technical Corrigendum
    
6.7.8, paragraph 24, example 1.complex c = 5 + 3 * Ichanged todouble complex c = 5 + 3 * I