From 12fd9efcb488771b0e2259e23523c22a5ac62d0a Mon Sep 17 00:00:00 2001 From: maasp Date: Sat, 25 Apr 2020 18:01:15 +0200 Subject: [PATCH] Hallo ich war Pauline --- Hausaufgaben/ComputerphysikAbgabe/src/ComputerphysikAbgabe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hausaufgaben/ComputerphysikAbgabe/src/ComputerphysikAbgabe.c b/Hausaufgaben/ComputerphysikAbgabe/src/ComputerphysikAbgabe.c index f190a84..9c4d5c6 100644 --- a/Hausaufgaben/ComputerphysikAbgabe/src/ComputerphysikAbgabe.c +++ b/Hausaufgaben/ComputerphysikAbgabe/src/ComputerphysikAbgabe.c @@ -2,7 +2,7 @@ #include #include -int mmax = 10; //globale Variable, Maximale Anzahl der Schritte +int mmax = 10; //globale Variable, Maximale Anzahl der Schritte double f1(double x, double a, double z) { // Zu integrierende Funktion return (exp(-(x * x) / (a * a)) / sqrt(x * x + z * z)); }