On Wed, Oct 30, 2002 at 11:10:54PM +0200, Markus Laire wrote:
> If we are going to do math with ranges, we definitely need non-
> discreet ranges also. Or at least make sure it's easy enough to 
> implement as a class.
> 
> (1.9 .. 2.1) + (5..7) * (72.49 .. 72.51);

I don't think that "non-discrete ranges" is what you mean.  Perhaps
you just want ranges whose step size is something other than 1

        (1.9 .. 2.1 : 0.1) + (5..7) * (72.49 .. 72.51 : 0.01)

?

-Scott
-- 
Jonathan Scott Duff
[EMAIL PROTECTED]

Reply via email to