Runge Kutta by 51b

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

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

download

return to the top page