
11 Apr
2005
11 Apr
'05
10:01 a.m.
Daniel Fischer
On second thoughts, I think Maybe [a] is nicer than (Bool, [a]).
Cool, this was my idea, too. Best regards, Christop Bauer -- let () = let rec f a w i j = Printf.printf "%.20f\r" a; let a1 = a *. i /. j in if w then f a1 false (i +. 2.0) j else f a1 true i (j +. 2.0) in f 2.0 false 2.0 1.0