[Python-Dev] range objects in 3.x

Guido van Rossum guido at python.org
Sat Sep 24 03:49:10 CEST 2011


On Fri, Sep 23, 2011 at 6:36 PM, Steven D'Aprano <steve at pearwood.info> wrote:
> Ethan Furman wrote:
>>
>> A question came up on StackOverflow about range objects and floating point
>> numbers.  I thought about writing an frange that did for floats what range
>> does for ints,
>
>
> For what it's worth, here's mine:
>
> http://code.activestate.com/recipes/577068-floating-point-range/

I notice that your examples carefully skirt around the rounding issues.

Check out frange(0.0, 2.1, 0.7).

-- 
--Guido van Rossum (python.org/~guido)


More information about the Python-Dev mailing list