STL
komplex.h File Reference
#include <iostream>
Include dependency graph for komplex.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ operator+()

Komplex operator+ ( double  lhs,
const Komplex rhs 
)

Addiert zu einer reellen Zahl eine komplexe Zahl

Parameters
[in]lhsrelle Zahl
[in]rhskomplexe Zahl
Returns
lhs + rhs

Definition at line 34 of file komplex.cpp.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const Komplex rhs 
)

Ausgabeoperator fuer die Klasse.

Parameters
[in]sein beliebiger Ausgabestrom
[in]rhsdie auszugebende Instanz