31         ::Warning(
"TComplex::ctor",
"Modulo of a complex number should be >=0, taking the abs");
 
 
   43   out << 
"(" << 
c.fRe << 
"," << 
c.fIm << 
"i)";
 
 
std::istream & operator>>(std::istream &in, TComplex &c)
std::ostream & operator<<(std::ostream &out, const TComplex &c)
void Warning(const char *location, const char *msgfmt,...)
Use this function in warning situations.
Double_t Cos(Double_t)
Returns the cosine of an angle of x radians.
Double_t Sin(Double_t)
Returns the sine of an angle of x radians.