Divide section by m.ukai

open Num#load"nums.cma"let rec f a b i=print_string(string_of_num a^" ");f(a+/(b-/a)//Int i)b(i-i/i);;Scanf.scanf"%d %d %d"(fun a b c->f(Int a)(Int b)c)

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

download

return to the top page