Runge Kutta by notogawa

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

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

download

return to the top page