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