|
ReactOS 0.4.16-dev-2104-gb84fa49
|

Go to the source code of this file.
Variables | |
| static const float | LN10_INVF = 1.f / ::log(10.f) |
| static const double | LN10_INV = 1. / ::log10(10.) |
| static const long double | LN10_INVL = 1.l / ::log(10.l) |
|
static |
Definition at line 84 of file complex.cpp.
Referenced by complex< double >::_div(), and complex< float >::_div().
|
static |
Definition at line 105 of file complex.cpp.
| _STLP_TEMPLATE_NULL _STLP_DECLSPEC double _STLP_CALL abs | ( | const complex< double > & | __z | ) |
Definition at line 43 of file complex.cpp.
| _STLP_BEGIN_NAMESPACE _STLP_TEMPLATE_NULL _STLP_DECLSPEC float _STLP_CALL abs | ( | const complex< float > & | __z | ) |
Definition at line 40 of file complex.cpp.
| _STLP_TEMPLATE_NULL _STLP_DECLSPEC long double _STLP_CALL abs | ( | const complex< long double > & | __z | ) |
Definition at line 48 of file complex.cpp.
| _STLP_TEMPLATE_NULL _STLP_DECLSPEC double _STLP_CALL arg | ( | const complex< double > & | __z | ) |
Definition at line 59 of file complex.cpp.
| _STLP_TEMPLATE_NULL _STLP_DECLSPEC float _STLP_CALL arg | ( | const complex< float > & | __z | ) |
Definition at line 55 of file complex.cpp.
| _STLP_TEMPLATE_NULL _STLP_DECLSPEC long double _STLP_CALL arg | ( | const complex< long double > & | __z | ) |
Definition at line 64 of file complex.cpp.
| _STLP_DECLSPEC complex< double > _STLP_CALL exp | ( | const complex< double > & | z | ) |
Definition at line 210 of file complex.cpp.
| _STLP_DECLSPEC complex< float > _STLP_CALL exp | ( | const complex< float > & | z | ) |
Definition at line 207 of file complex.cpp.
| _STLP_DECLSPEC complex< long double > _STLP_CALL exp | ( | const complex< long double > & | z | ) |
Definition at line 214 of file complex.cpp.
Definition at line 202 of file complex.cpp.
Referenced by exp().
| _STLP_DECLSPEC complex< double > _STLP_CALL log | ( | const complex< double > & | z | ) |
Definition at line 256 of file complex.cpp.
| _STLP_DECLSPEC complex< float > _STLP_CALL log | ( | const complex< float > & | z | ) |
Definition at line 253 of file complex.cpp.
| _STLP_DECLSPEC complex< long double > _STLP_CALL log | ( | const complex< long double > & | z | ) |
Definition at line 260 of file complex.cpp.
| _STLP_DECLSPEC complex< double > _STLP_CALL log10 | ( | const complex< double > & | z | ) |
Definition at line 234 of file complex.cpp.
| _STLP_DECLSPEC complex< float > _STLP_CALL log10 | ( | const complex< float > & | z | ) |
| _STLP_DECLSPEC complex< long double > _STLP_CALL log10 | ( | const complex< long double > & | z | ) |
Definition at line 239 of file complex.cpp.
|
static |
Definition at line 221 of file complex.cpp.
Referenced by log10().
| _STLP_TEMPLATE_NULL _STLP_DECLSPEC complex< double > _STLP_CALL polar | ( | const double & | __rho, |
| const double & | __phi | ||
| ) |
Definition at line 73 of file complex.cpp.
| _STLP_TEMPLATE_NULL _STLP_DECLSPEC complex< float > _STLP_CALL polar | ( | const float & | __rho, |
| const float & | __phi | ||
| ) |
Definition at line 70 of file complex.cpp.
| _STLP_TEMPLATE_NULL _STLP_DECLSPEC complex< long double > _STLP_CALL polar | ( | const long double & | __rho, |
| const long double & | __phi | ||
| ) |
Definition at line 78 of file complex.cpp.
| _STLP_DECLSPEC complex< double > _STLP_CALL pow | ( | const complex< double > & | a, |
| const complex< double > & | b | ||
| ) |
Definition at line 326 of file complex.cpp.
| _STLP_DECLSPEC complex< double > _STLP_CALL pow | ( | const complex< double > & | a, |
| const double & | b | ||
| ) |
Definition at line 323 of file complex.cpp.
| _STLP_DECLSPEC complex< double > _STLP_CALL pow | ( | const complex< double > & | z_in, |
| int | n | ||
| ) |
Definition at line 320 of file complex.cpp.
| _STLP_DECLSPEC complex< float > _STLP_CALL pow | ( | const complex< float > & | a, |
| const complex< float > & | b | ||
| ) |
Definition at line 314 of file complex.cpp.
| _STLP_DECLSPEC complex< float > _STLP_CALL pow | ( | const complex< float > & | a, |
| const float & | b | ||
| ) |
Definition at line 311 of file complex.cpp.
| _STLP_DECLSPEC complex< float > _STLP_CALL pow | ( | const complex< float > & | z_in, |
| int | n | ||
| ) |
Definition at line 308 of file complex.cpp.
| _STLP_DECLSPEC complex< long double > _STLP_CALL pow | ( | const complex< long double > & | a, |
| const complex< long double > & | b | ||
| ) |
Definition at line 342 of file complex.cpp.
| _STLP_DECLSPEC complex< long double > _STLP_CALL pow | ( | const complex< long double > & | a, |
| const long double & | b | ||
| ) |
Definition at line 338 of file complex.cpp.
| _STLP_DECLSPEC complex< long double > _STLP_CALL pow | ( | const complex< long double > & | z_in, |
| int | n | ||
| ) |
Definition at line 335 of file complex.cpp.
| _STLP_DECLSPEC complex< double > _STLP_CALL pow | ( | const double & | a, |
| const complex< double > & | b | ||
| ) |
Definition at line 317 of file complex.cpp.
| _STLP_DECLSPEC complex< float > _STLP_CALL pow | ( | const float & | a, |
| const complex< float > & | b | ||
| ) |
Definition at line 305 of file complex.cpp.
| _STLP_DECLSPEC complex< long double > _STLP_CALL pow | ( | const long double & | a, |
| const complex< long double > & | b | ||
| ) |
Definition at line 330 of file complex.cpp.
Definition at line 276 of file complex.cpp.
Definition at line 191 of file complex.cpp.
Definition at line 195 of file complex.cpp.
Definition at line 233 of file complex.cpp.
Referenced by log10().
Definition at line 229 of file complex.cpp.
Referenced by log10().