13 Komplex(
double re,
double im=0.0);
64 return (_re < rhs._re || (_re == rhs._re && _im < rhs._im ));
72 return (_re == rhs._re && _im == rhs._im );
Komplex operator+(const Komplex &rhs) const
Komplex & operator=(Komplex const &org)=default
Komplex(Komplex const &org)=default
bool operator<(const Komplex &rhs) const
bool operator==(const Komplex &rhs) const
Komplex operator+(double lhs, const Komplex &rhs)
std::ostream & operator<<(std::ostream &s, const Komplex &rhs)