From d9346c08ecc89359a74e21a18a1611720d940d57 Mon Sep 17 00:00:00 2001 From: maasp Date: Mon, 20 Apr 2020 19:27:03 +0200 Subject: [PATCH] =?UTF-8?q?Bl=C3=B6=C3=B6d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CPUebung2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CPUebung2.cpp b/src/CPUebung2.cpp index 7a19169..2d9c0f2 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<=5.0; x2+=h){ + for( double x2=1.0;x2<=6.0; x2+=h){ ableitung2(x2,h,&df); if(df