Klasse Komplex
Functions
komplex.cpp File Reference
#include "komplex.h"
#include <iostream>

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

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 70 of file komplex.cpp.

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

Definition at line 64 of file komplex.cpp.