Runge Kutta by Shax

i;main(){for(;i<31;)printf("x = %.1f, y = %f\n",i++*.1,pow(1.105170833,i));}

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

download

return to the top page