|
@ -64,5 +64,6 @@ double multiplikation_2Zahlen(double Zahl1,double Zahl2); |
|
|
double multiplikation_3Zahlen(double Zahl1,double Zahl2,double Zahl3); |
|
|
double multiplikation_3Zahlen(double Zahl1,double Zahl2,double Zahl3); |
|
|
double normaleDivision(double dZahl1, double dZahl2); |
|
|
double normaleDivision(double dZahl1, double dZahl2); |
|
|
double Division_drei_Zahlen(double dZahl1, double dZahl2,double dZahl3); |
|
|
double Division_drei_Zahlen(double dZahl1, double dZahl2,double dZahl3); |
|
|
|
|
|
double substraction_2Zahlen(double sZahl1,double sZahl2); |
|
|
|
|
|
|
|
|
#endif |
|
|
#endif |