Runge Kutta by murky-satyr

for i=0,30 do print(('x = %.1f, y = %f'):format(i*.1,1.105170833^i))end

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

download

return to the top page