Browse Source

Blööd

master
maasp 5 years ago
parent
commit
d9346c08ec
1 changed files with 1 additions and 1 deletions
  1. 2
      src/CPUebung2.cpp

2
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<pow(10,-2)){
printf("Extremum liegt bei x= %f", x2);

Loading…
Cancel
Save