Difference between revisions of "Population growth models"

From JSXGraph Wiki
Jump to navigationJump to search
Line 36: Line 36:
 
   x += delta;
 
   x += delta;
 
   if (x<10.0) {
 
   if (x<10.0) {
     setTimeout(loop,10);
+
     setTimeout(loop,50);
 
   }
 
   }
 
}
 
}

Revision as of 17:56, 22 April 2009