|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <_complex.h>
Public Types | |
| typedef long double | value_type |
| typedef complex< long double > | _Self |
Public Member Functions | |
| complex (value_type __x=0.0l, value_type __y=0.0l) | |
| complex (const complex< long double > &__z) | |
| complex (const complex< float > &__z) | |
| complex (const complex< double > &__z) | |
| value_type | real () const |
| value_type | imag () const |
| _Self & | operator= (value_type __x) |
| _Self & | operator+= (value_type __x) |
| _Self & | operator-= (value_type __x) |
| _Self & | operator*= (value_type __x) |
| _Self & | operator/= (value_type __x) |
| _Self & | operator= (const _Self &__z) |
| _Self & | operator+= (const _Self &__z) |
| _Self & | operator-= (const _Self &__z) |
| _Self & | operator*= (const _Self &__z) |
| _Self & | operator/= (const _Self &__z) |
Static Public Member Functions | |
| static 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 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) |
Public Attributes | |
| value_type | _M_re |
| value_type | _M_im |
Definition at line 458 of file _complex.h.
Definition at line 460 of file _complex.h.
|
inline |
Definition at line 463 of file _complex.h.
|
static |
|
static |
|
inline |
Definition at line 473 of file _complex.h.
Definition at line 573 of file _complex.h.
|
inline |
Definition at line 490 of file _complex.h.
Definition at line 561 of file _complex.h.
|
inline |
Definition at line 482 of file _complex.h.
Definition at line 567 of file _complex.h.
|
inline |
Definition at line 486 of file _complex.h.
Definition at line 581 of file _complex.h.
|
inline |
Definition at line 495 of file _complex.h.
Definition at line 555 of file _complex.h.
|
inline |
Definition at line 477 of file _complex.h.
|
inline |
Definition at line 472 of file _complex.h.
| value_type complex< long double >::_M_im |
Definition at line 592 of file _complex.h.
Referenced by operator*=(), operator+=(), operator-=(), operator/=(), and operator=().
| value_type complex< long double >::_M_re |
Definition at line 591 of file _complex.h.
Referenced by operator*=(), operator+=(), operator-=(), operator/=(), and operator=().