Runge Kutta by pooq

var x:word;begin
for x:=0to 30do
writeln("x = ",x/10:1:1,", y = ",(26.5241/24)pow 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