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(std::complex< Double_t > c)
RooComplex operator-(const RooComplex &other) const
#define ClassDef(name, id)
RooComplex & operator=(const RooComplex &other)
RooComplex operator+(const RooComplex &other) const
Bool_t operator==(const RooComplex &other) const
RooComplex operator*(const RooComplex &other) const
RooComplex(Double_t a=0, Double_t b=0)
double atan2(double, double)
RooComplex operator-() const
RooComplex operator*(const Double_t &other) const
RooComplex operator/(const RooComplex &other) const
void Print() const
WVE Solaric CC5.0 complains about this.