This comment is reply for 2397 iwk: (隣り合う二項の差). Go to thread root.
iwk #2399(2007/08/22 14:25 GMT) [ OCaml ] Rating0/0=0.00
修正。
see: #2383
1 2 3 4 5 6 7
#light let rec diff = function | [] -> [] | x::[] -> [] | x::x'::xs -> (x'-x)::diff (x'::xs) let xs = [3;1;4;1;5;9;2;6;5]
Rating0/0=0.00-0+
[ reply ]
iwk
#2399()
[
OCaml
]
Rating0/0=0.00
see: #2383
Rating0/0=0.00-0+