Runge Kutta by yowa

i;main(){for(;i<31;)printf("x = %.1f, y = %.6f\n",.1*i++,exp(i/(10+77e-7)));}

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

download

return to the top page