|
STL
|
#include <iostream>

Go to the source code of this file.
Classes | |
| class | Komplex |
Functions | |
| std::ostream & | operator<< (std::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.
| std::ostream& operator<< | ( | std::ostream & | s, |
| const Komplex & | rhs | ||
| ) |
Ausgabeoperator fuer die Klasse.
| [in] | s | ein beliebiger Ausgabestrom |
| [in] | rhs | die auszugebende Instanz |