ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

complex.cpp File Reference
#include "stlport_prefix.h"
#include <numeric>
#include <cmath>
#include <complex>

Go to the source code of this file.

Functions

_STLP_BEGIN_NAMESPACE
_STLP_TEMPLATE_NULL
_STLP_DECLSPEC float
_STLP_CALL 
abs (const complex< float > &__z)
_STLP_TEMPLATE_NULL
_STLP_DECLSPEC double
_STLP_CALL 
abs (const complex< double > &__z)
_STLP_TEMPLATE_NULL
_STLP_DECLSPEC long double
_STLP_CALL 
abs (const complex< long double > &__z)
_STLP_TEMPLATE_NULL
_STLP_DECLSPEC float
_STLP_CALL 
arg (const complex< float > &__z)
_STLP_TEMPLATE_NULL
_STLP_DECLSPEC double
_STLP_CALL 
arg (const complex< double > &__z)
_STLP_TEMPLATE_NULL
_STLP_DECLSPEC long double
_STLP_CALL 
arg (const complex< long double > &__z)
_STLP_TEMPLATE_NULL
_STLP_DECLSPEC complex< float >
_STLP_CALL 
polar (const float &__rho, const float &__phi)
_STLP_TEMPLATE_NULL
_STLP_DECLSPEC complex< double >
_STLP_CALL 
polar (const double &__rho, const double &__phi)
_STLP_TEMPLATE_NULL
_STLP_DECLSPEC complex< long
double > _STLP_CALL 
polar (const long double &__rho, const long double &__phi)
template<class _Tp >
static void _divT (const _Tp &__z1_r, const _Tp &__z1_i, const _Tp &__z2_r, const _Tp &__z2_i, _Tp &__res_r, _Tp &__res_i)
template<class _Tp >
static void _divT (const _Tp &__z1_r, const _Tp &__z2_r, const _Tp &__z2_i, _Tp &__res_r, _Tp &__res_i)
template<class _Tp >
static complex< _Tp > sqrtT (const complex< _Tp > &z)
complex< float > _STLP_CALL sqrt (const complex< float > &z)
complex< double > _STLP_CALL sqrt (const complex< double > &z)
complex< long double > _STLP_CALL sqrt (const complex< long double > &z)
template<class _Tp >
static complex< _Tp > expT (const complex< _Tp > &z)
_STLP_DECLSPEC complex< float >
_STLP_CALL 
exp (const complex< float > &z)
_STLP_DECLSPEC complex< double >
_STLP_CALL 
exp (const complex< double > &z)
_STLP_DECLSPEC complex< long
double > _STLP_CALL 
exp (const complex< long double > &z)
template<class _Tp >
static complex< _Tp > log10T (const complex< _Tp > &z, const _Tp &ln10_inv)
_STLP_DECLSPEC complex< float >
_STLP_CALL 
log10 (const complex< float > &z)
_STLP_DECLSPEC complex< double >
_STLP_CALL 
log10 (const complex< double > &z)
_STLP_DECLSPEC complex< long
double > _STLP_CALL 
log10 (const complex< long double > &z)
template<class _Tp >
static complex< _Tp > logT (const complex< _Tp > &z)
_STLP_DECLSPEC complex< float >
_STLP_CALL 
log (const complex< float > &z)
_STLP_DECLSPEC complex< double >
_STLP_CALL 
log (const complex< double > &z)
_STLP_DECLSPEC complex< long
double > _STLP_CALL 
log (const complex< long double > &z)
template<class _Tp >
static complex< _Tp > powT (const _Tp &a, const complex< _Tp > &b)
template<class _Tp >
static complex< _Tp > powT (const complex< _Tp > &z_in, int n)
template<class _Tp >
static complex< _Tp > powT (const complex< _Tp > &a, const _Tp &b)
template<class _Tp >
static complex< _Tp > powT (const complex< _Tp > &a, const complex< _Tp > &b)
_STLP_DECLSPEC complex< float >
_STLP_CALL 
pow (const float &a, const complex< float > &b)
_STLP_DECLSPEC complex< float >
_STLP_CALL 
pow (const complex< float > &z_in, int n)
_STLP_DECLSPEC complex< float >
_STLP_CALL 
pow (const complex< float > &a, const float &b)
_STLP_DECLSPEC complex< float >
_STLP_CALL 
pow (const complex< float > &a, const complex< float > &b)
_STLP_DECLSPEC complex< double >
_STLP_CALL 
pow (const double &a, const complex< double > &b)
_STLP_DECLSPEC complex< double >
_STLP_CALL 
pow (const complex< double > &z_in, int n)
_STLP_DECLSPEC complex< double >
_STLP_CALL 
pow (const complex< double > &a, const double &b)
_STLP_DECLSPEC complex< double >
_STLP_CALL 
pow (const complex< double > &a, const complex< double > &b)
_STLP_DECLSPEC complex< long
double > _STLP_CALL 
pow (const long double &a, const complex< long double > &b)
_STLP_DECLSPEC complex< long
double > _STLP_CALL 
pow (const complex< long double > &z_in, int n)
_STLP_DECLSPEC complex< long
double > _STLP_CALL 
pow (const complex< long double > &a, const long double &b)
_STLP_DECLSPEC complex< long
double > _STLP_CALL 
pow (const complex< long double > &a, const complex< long double > &b)

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)

Generated on Fri May 25 2012 06:00:57 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.