> cf2 a = let ai = floor a> rai = toRational ai> in> if a == rai> then [ai]> else rai : cf2 (1 / (a - ai))