|
typedef __complex__ float | _ComplexT |
|
typedef float | value_type |
|
|
constexpr | complex (_ComplexT __z) |
|
constexpr | complex (float __r=0.0f, float __i=0.0f) |
|
constexpr | complex (const complex< double > &) |
|
constexpr | complex (const complex< long double > &) |
|
constexpr _ComplexT | __rep () const |
|
constexpr float | imag () |
|
void | imag (float __val) |
|
complex & | operator*= (float __f) |
|
template<class _Tp > |
complex & | operator*= (const complex< _Tp > &__z) |
|
complex & | operator+= (float __f) |
|
template<typename _Tp > |
complex & | operator+= (const complex< _Tp > &__z) |
|
complex & | operator-= (float __f) |
|
template<class _Tp > |
complex & | operator-= (const complex< _Tp > &__z) |
|
complex & | operator/= (float __f) |
|
template<class _Tp > |
complex & | operator/= (const complex< _Tp > &__z) |
|
complex & | operator= (float __f) |
|
template<typename _Tp > |
complex & | operator= (const complex< _Tp > &__z) |
|
constexpr float | real () |
|
void | real (float __val) |
|
template<>
struct std::complex< float >
26.2.3 complex specializations complex<float> specialization
Definition at line 1039 of file complex.
The documentation for this struct was generated from the following file: