USML
math_traits< complex< double > > Struct Template Reference

Member Typedef Documentation

typedef const complex<double>& const_reference
typedef double real_type
typedef complex<double>& reference
typedef math_traits<complex<double> > self_type
typedef complex<double> value_type

Member Function Documentation

static value_type acos ( const_reference  t)
inlinestatic
static value_type acosh ( const_reference  t)
inlinestatic
static value_type asin ( const_reference  t)
inlinestatic
static value_type asinh ( const_reference  t)
inlinestatic
static value_type atan ( const_reference  t)
inlinestatic
static value_type atan2 ( const_reference  y,
const_reference  x 
)
inlinestatic
static value_type atanh ( const_reference  t)
inlinestatic
static value_type cos ( const_reference  t)
inlinestatic
static value_type cosh ( const_reference  t)
inlinestatic
static value_type exp ( const_reference  t)
inlinestatic
static value_type log ( const_reference  t)
inlinestatic
static value_type log10 ( const_reference  t)
inlinestatic
static value_type pow ( const_reference  t,
int  e 
)
inlinestatic
static value_type pow ( const_reference  t,
const_reference  e 
)
inlinestatic
static value_type pow ( const_reference  t,
real_type  e 
)
inlinestatic
static value_type pow ( real_type  t,
const_reference  e 
)
inlinestatic
static value_type sin ( const_reference  t)
inlinestatic
static value_type sinh ( const_reference  t)
inlinestatic
static value_type sqrt ( const_reference  t)
inlinestatic
static value_type tan ( const_reference  t)
inlinestatic
static value_type tanh ( const_reference  t)
inlinestatic