There is Rational type in Clean 2.0's ExtendedArith library, with which you can do exact computations on Rational numbers. This is overkill. [fromInt n / 10.0 \\ n <- [10,11..20]] does the job just fine.