#ifndef algebra
#define algebra

#define E (2.7182818) 

float mittelwert(float a, float b);

#endif 
