Defect Report #293

Previous Defect Report < - > Next Defect Report


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 * I
should changed to
double 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 * I
changed to
double complex c = 5 + 3 * I



Previous Defect Report < - > Next Defect Report