Runge Kutta by pooq

(dotimes(i 31)(format #t"x = ~d, y = ~8,,,'0s
"(/ i 10.0)(/(round(*(expt 1.105170833 i)1e6))1e6)))

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

download

return to the top page