When the numbers egg is loaded, the expressions (expt 27 1/3) and (expt 4/3 1/3), rather than returning inexact results 3.0 and 1.25992104989487 respectively, signal an error "Error: (even?) bad argument type - not an integer - 1/3". They are evidently dispatching to the exact algorithm even though they should not: these cases should invoke the flonum algorithm.
-- On the Semantic Web, it's too hard to prove John Cowan [email protected] you're not a dog. --Bill de hOra http://www.ccil.org/~cowan _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
