Namespaces
Variants
Views
Actions

Standard library header <ccomplex> (C++11)(until C++20), <complex.h> (C++11)

From cppreference.com
< cpp‎ | header
Revision as of 14:23, 12 July 2022 by Space Mission (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 
 
Standard library headers
Algorithms
<algorithm>
<numeric>
Strings
<cctype>
<cstring>
<cuchar> (C++11)
<cwchar>
<cwctype>
<string_view> (C++17)
<string>
Text processing
<clocale>
<codecvt> (C++11/17/26*)
<locale>
<regex> (C++11)
<text_encoding> (C++26)   
Numerics
<cfenv> (C++11)
<cmath>
<complex>
<linalg> (C++26)
<numbers> (C++20)
<random> (C++11)
<valarray>
Time
<chrono> (C++11)
<ctime>
C compatibility
<ccomplex> (C++11/17/20*)
<ciso646> (until C++20)
<cstdalign> (C++11/17/20*)
<cstdbool> (C++11/17/20*)
<ctgmath> (C++11/17/20*)
 

This header was originally in the C standard library as <complex.h>.

Includes

(C++11)
Complex number type[edit]

[edit] Notes

<ccomplex> is deprecated in C++17 and removed in C++20. Corresponding <complex.h> is still available in C++20.