Runge Kutta by nn(esc bug)

y=1;0.0.step(3.1,0.1){z=y.intValue()-1;println"x = $it, y = ${(y-z+1e-9).round(new java.math.MathContext(7))+z}";y*=1.105170833}

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

download

return to the top page