complex< double > Struct Template Reference
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() |
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 Functions 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] |
Parameters
const double & __z1_r | |
const double & __z1_i | |
const double & __z2_r | |
const double & __z2_i | |
double & __res_r | |
double & __res_i | |
_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] |
Parameters
const double & __z1_r | |
const double & __z2_r | |
const double & __z2_i | |
double & __res_r | |
double & __res_i | |
operator*=(const _Self &)
operator+=(const _Self &)
operator-=(const _Self &)
operator/=(const _Self &)
Member Type Definitions Documentation
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.