Daily bit(e) of C++ | std::complex
Daily bit(e) of C++ #454, The type template for storing complex numbers: std::complex.
The std::complex is a type template for storing complex numbers.
The template is guaranteed to be specialized for float, double and long double; however, the standard library implementations can offer additional specializations.
Output: