Runge Kutta by pooq

numeric digits 12
do x=0 to 30
say"x = "format(x/10,,1)", y = "format(1.105170833**x,,6)
end

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

download

return to the top page