Standard library header <ccomplex> (C++11) (until C++20) , <complex.h> (C++11)
From cppreference.net
C++
Standard library headers
Cet en-tête était à l'origine dans la bibliothèque standard C sous le nom de <complex.h> .
Inclusions |
|
|
(C++11)
|
Type de nombre complexe |
Notes
<ccomplex>
est déprécié en C++17 et supprimé en C++20. Le
<complex.h>
correspondant reste disponible en C++20.