Runge Kutta by uru

var x:word;begin
for x:=0to 30do
writeln("x = ",x/10:1:1,", y = ",1.105170833**x:1:6)end.

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

download

return to the top page