virtual | ~TComplex() |
static Double_t | Abs(const TComplex& c) |
static TComplex | ACos(const TComplex& c) |
static TComplex | ACosH(const TComplex& c) |
static TComplex | ASin(const TComplex& c) |
static TComplex | ASinH(const TComplex& c) |
static TComplex | ATan(const TComplex& c) |
static TComplex | ATanH(const TComplex& c) |
static TClass* | Class() |
static TComplex | Conjugate(const TComplex& c) |
static TComplex | Cos(const TComplex& c) |
static TComplex | CosH(const TComplex& c) |
static TComplex | Exp(const TComplex& c) |
static Int_t | Finite(const TComplex& c) |
static TComplex | I() |
Double_t | Im() const |
virtual TClass* | IsA() const |
static Int_t | IsNaN(const TComplex& c) |
static TComplex | Log(const TComplex& c) |
static TComplex | Log10(const TComplex& c) |
static TComplex | Log2(const TComplex& c) |
static TComplex | Max(const TComplex& a, const TComplex& b) |
static TComplex | Min(const TComplex& a, const TComplex& b) |
static TComplex | Normalize(const TComplex& c) |
static TComplex | One() |
Double_t | operator double() const |
Float_t | operator float() const |
Int_t | operator int() const |
TComplex | operator()(Double_t x, Double_t y, Bool_t polar = kFALSE) |
TComplex | operator*(const TComplex& c) const |
TComplex | operator*(Double_t c) const |
TComplex | operator*=(const TComplex& c) |
TComplex | operator+() |
TComplex | operator+(const TComplex& c) const |
TComplex | operator+(Double_t c) const |
TComplex | operator+=(const TComplex& c) |
TComplex | operator-() |
TComplex | operator-(const TComplex& c) const |
TComplex | operator-(Double_t c) const |
TComplex | operator-=(const TComplex& c) |
TComplex | operator/(const TComplex& c) const |
TComplex | operator/(Double_t c) const |
TComplex | operator/=(const TComplex& c) |
TComplex& | operator=(const TComplex&) |
static TComplex | Power(const TComplex& x, const TComplex& y) |
static TComplex | Power(const TComplex& x, Double_t y) |
static TComplex | Power(Double_t x, const TComplex& y) |
static TComplex | Power(const TComplex& x, Int_t y) |
static TComplex | Range(const TComplex& lb, const TComplex& ub, const TComplex& c) |
Double_t | Re() const |
Double_t | Rho() const |
Double_t | Rho2() const |
virtual void | ShowMembers(TMemberInspector& insp) const |
static TComplex | Sin(const TComplex& c) |
static TComplex | SinH(const TComplex& c) |
static TComplex | Sqrt(const TComplex& c) |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
static TComplex | Tan(const TComplex& c) |
static TComplex | TanH(const TComplex& c) |
| TComplex() |
| TComplex(const TComplex&) |
| TComplex(Double_t re, Double_t im = 0, Bool_t polar = kFALSE) |
Double_t | Theta() const |