complex< double > Struct Template Reference
#include
<stdapis/stlportv5/stl/_complex.h>
Link against: libstdcppv5.lib
template <> |
struct complex< double > |
Public Member Functions |
---|
| complex(value_type, value_type) |
| complex(const complex< double > &) |
| complex(const complex< float > &) |
| complex(const complex< long double > &) |
_STLP_DECLSPEC void _STLP_CALL | _div(const double &, const double &, const double &, const double &, double &, double &) |
_STLP_DECLSPEC void _STLP_CALL | _div(const double &, const double &, const double &, double &, double &) |
value_type
| imag() |
_Self & | operator*=(value_type) |
_Self & | operator*=(const _Self &) |
_Self & | operator+=(value_type) |
_Self & | operator+=(const _Self &) |
_Self & | operator-=(value_type) |
_Self & | operator-=(const _Self &) |
_Self & | operator/=(value_type) |
_Self & | operator/=(const _Self &) |
_Self & | operator=(value_type) |
_Self & | operator=(const _Self &) |
value_type
| real() |
Member Type Definition Documentation
Typedef _Self
Typedef value_type
Member Attribute Documentation
_M_im
_M_re
Constructor & Destructor Documentation
complex ( value_type, value_type )
complex ( const complex< double > & )
complex | ( | const complex< double > & | __z | ) | [inline] |
complex ( const complex< float > & )
complex | ( | const complex< float > & | __z | ) | [inline] |
complex ( const complex< long double > & )
complex | ( | const complex< long double > & | __z | ) | [inline, explicit] |
Member Function Documentation
_div ( const double &, const double &, const double &, const double &, double &, double & )
_STLP_DECLSPEC void _STLP_CALL | _div | ( | const double & | __z1_r, |
| const double & | __z1_i, |
| const double & | __z2_r, |
| const double & | __z2_i, |
| double & | __res_r, |
| double & | __res_i |
| ) | [static] |
_div ( const double &, const double &, const double &, double &, double & )
_STLP_DECLSPEC void _STLP_CALL | _div | ( | const double & | __z1_r, |
| const double & | __z2_r, |
| const double & | __z2_i, |
| double & | __res_r, |
| double & | __res_i |
| ) | [static] |
imag ( )
operator*= ( value_type )
operator*= ( const _Self & )
operator+= ( value_type )
operator+= ( const _Self & )
operator-= ( value_type )
operator-= ( const _Self & )
operator/= ( value_type )
operator/= ( const _Self & )
operator= ( value_type )
operator= ( const _Self & )