Re: Unifying the two generic arithmetic alternatives Andrew Wilcox 15 Nov 2005 01:52 UTC

Marcin 'Qrczak' Kowalczyk writes:

> A boolean is almost always used to choose control flow. Since you
> can't make control flow inexact, inexactness is not really contagious.

Why not?

    (inexact? (if (< #i3 4) x y))  => #t

Andrew