STL
komplex.cpp File Reference
#include "komplex.h"
#include <iostream>
Include dependency graph for komplex.cpp:

Go to the source code of this file.

Functions

ostream & operator<< (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<<()

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

Definition at line 28 of file komplex.cpp.

Here is the call graph for this function: