Hi, I've noticed that rationalize returns inexact results in Guile 1.8.3 (my apologies if this has already been fixed), e.g. (rationalize 0.333333 0.01) returns 0.333333333333333, which is inexact. This is contrary to the claim made by (help rationalize). Since Guile now supports exact rationals, shouldn't it return an exact result, e.g. 1/3 for the example given above?
Thanks, Anye Li
