complex< long double > Struct Template Reference
template <> |
struct complex< long double > |
Public Member Functions |
---|
| complex(value_type, value_type) |
| complex(const complex< long double > &) |
| complex(const complex< float > &) |
| complex(const complex< double > &) |
_STLP_DECLSPEC void _STLP_CALL | _div(const long double &, const long double &, const long double &, const long double &, long double &, long double &) |
_STLP_DECLSPEC void _STLP_CALL | _div(const long double &, const long double &, const long double &, long double &, long 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< long double > &)
complex | ( | const complex< long double > & | __z | ) | [inline] |
complex(const complex< float > &)
complex | ( | const complex< float > & | __z | ) | [inline] |
complex(const complex< double > &)
complex | ( | const complex< double > & | __z | ) | [inline] |
Member Functions Documentation
_div(const long double &, const long double &, const long double &, const long double &, long double &, long double &)
_STLP_DECLSPEC void _STLP_CALL | _div | ( | const long double & | __z1_r, |
| const long double & | __z1_i, |
| const long double & | __z2_r, |
| const long double & | __z2_i, |
| long double & | __res_r, |
| long double & | __res_i |
| ) | [static] |
Parameters
const long double & __z1_r | |
const long double & __z1_i | |
const long double & __z2_r | |
const long double & __z2_i | |
long double & __res_r | |
long double & __res_i | |
_div(const long double &, const long double &, const long double &, long double &, long double &)
_STLP_DECLSPEC void _STLP_CALL | _div | ( | const long double & | __z1_r, |
| const long double & | __z2_r, |
| const long double & | __z2_i, |
| long double & | __res_r, |
| long double & | __res_i |
| ) | [static] |
Parameters
const long double & __z1_r | |
const long double & __z2_r | |
const long double & __z2_i | |
long double & __res_r | |
long double & __res_i | |
operator*=(const _Self &)
operator+=(const _Self &)
operator-=(const _Self &)
operator/=(const _Self &)
Member Type Definitions Documentation
Typedef _Self
typedef
complex< long double > | _Self |
Typedef value_type
typedef long double | value_type |
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.