#include <cmath>
#include <iostream>
Go to the source code of this file.
Absolutbetrag
- Returns
- Euklidischer Abstand zu 0+0i
Definition at line 120 of file komplex.h.
Addiert zu einer reellen Zahl eine komplexe Zahl
- Parameters
-
[in] | lhs | relle Zahl |
[in] | rhs | komplexe Zahl |
- Returns
lhs
+ rhs
Definition at line 70 of file komplex.cpp.
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const Komplex & |
rhs |
|
) |
| |
Ausgabeoperator fuer die Klasse Komplex.
- Parameters
-
[in] | s | ein beliebiger Ausgabestrom |
[in] | rhs | die auszugebende Instanz der Klasse Komplex |