Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.16 KB

ccomplex.md

File metadata and controls

32 lines (23 loc) · 1.16 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: <ccomplex>
<ccomplex>
07/11/2019
<ccomplex>
ccomplex header
a9fcb5f0-88e3-464b-a5fd-d1afb8cd7e6f

<ccomplex>

Includes the C++ standard library header <complex>.

Note

The C standard library <complex.h> header isn't included by <ccomplex>, because it's effectively replaced by the C++ overloads in <complex> and <cmath>. That makes the <ccomplex> header redundant. The <complex.h> header is deprecated in C++. The <ccomplex> header is deprecated in C++17 and removed in the draft C++20 standard.

Requirements

Header: <ccomplex>

Namespace: std

Remarks

The name clog, which is declared in <complex.h>, isn't defined in the std namespace because of potential conflicts with the clog that's declared in <iostream>.

See also

<complex>
<cmath>
Header files reference
C++ standard library overview
Thread safety in the C++ standard library