Runge Kutta by notogawa

import Text.Printf
main=mapM(\a->printf"x = %.1f, y = %.6f\n"a$2.71827974**a)[0,0.1..3::Double]

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

download

return to the top page