|
STL
|

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 34 of file komplex.cpp.
| ostream& operator<< | ( | ostream & | s, |
| const Komplex & | rhs | ||
| ) |