Klasse Komplex
|
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &s, const Komplex &rhs) |
Komplex | operator+ (double lhs, const Komplex &rhs) |
Addiert zu einer reellen Zahl eine komplexe Zahl
[in] | lhs | relle Zahl |
[in] | rhs | komplexe Zahl |
lhs
+ rhs
Definition at line 70 of file komplex.cpp.
ostream& operator<< | ( | ostream & | s, |
const Komplex & | rhs | ||
) |
Definition at line 64 of file komplex.cpp.