From e8b28e0340c3608a462659e8d4c426da7d14b2ae Mon Sep 17 00:00:00 2001 From: maasp Date: Mon, 20 Apr 2020 19:26:23 +0200 Subject: [PATCH] Nchmal --- src/CPUebung2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CPUebung2.cpp b/src/CPUebung2.cpp index 2d9c0f2..7a19169 100644 --- a/src/CPUebung2.cpp +++ b/src/CPUebung2.cpp @@ -82,7 +82,7 @@ int main() { dritteableitung(x,h,&df); printf("%f \n", df); - for( double x2=1.0;x2<=6.0; x2+=h){ + for( double x2=1.0;x2<=5.0; x2+=h){ ableitung2(x2,h,&df); if(df