Runge Kutta by Shax

#import<algo.h>\x0d
main(){for(double i,j=1;i<31;j*=1.105170833)printf("x = %.1f, y = %f\n",i++*.1,j);}

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

download

return to the top page