Runge Kutta by murky-satyr

for(x<-0 to 30)printf("x = %.1f, y = %f\n",x*.1,Math.exp(x*.099999923))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page