19 #if !defined(ROO_MATH) && !defined(ROO_COMPLEX_CXX) && !defined(__CINT__) && !defined(__CLING__) && \ 20 !defined(R__DICTIONARY_FILENAME) 21 #warning "RooComplex is deprecated, use std::complex instead!" 44 if (&other==
this)
return *this ;
62 this->_re*other.
_im + this->_im*other.
_re);
67 (this->_im*other.
_re - this->_re*other.
_im)/
x);
std::ostream & operator<<(std::ostream &os, const RooComplex &z)
RooComplex operator*(const RooComplex &other) const
RooComplex(std::complex< Double_t > c)
RooComplex operator+(const RooComplex &other) const
#define ClassDef(name, id)
RooComplex operator/(const RooComplex &other) const
RooComplex operator*(const Double_t &other) const
RooComplex & operator=(const RooComplex &other)
void Print() const
WVE Solaric CC5.0 complains about this.
Bool_t operator==(const RooComplex &other) const
RooComplex(Double_t a=0, Double_t b=0)
double atan2(double, double)
you should not use this method at all Int_t Int_t z
Class RooComplex is a simple container class for complex values.
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
RooComplex operator-() const
RooComplex operator-(const RooComplex &other) const