Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96972
| References | <1495821.KiLcEpmzCW@soupir> |
|---|---|
| From | Loïc Grobol <loic.grobol@gmail.com> |
| Date | 2015-09-21 19:15 +0200 |
| Subject | Re: [ANN] floatrange - a range() for floats |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.57.1442906413.28679.python-list@python.org> (permalink) |
Heureux de voir que Python résiste encore et toujours au LIMSI! Merci pour ce travail. On 21 September 2015 at 13:15, Laurent Pointal <laurent.pointal@limsi.fr> wrote: > Hello, > > I'm please to publish a small utility module allowing to produce float based > range sequences, with I hope a complete range-like interface. Because of > floating point arithmetic, floatrange allows to specify a precision for > "equality" when working with operators like 'in'. > > It is Python2 and Python3 compatible. > > PyPI: https://pypi.python.org/pypi/floatrange/ > Doc: http://floatrange.readthedocs.org/ > Project: https://perso.limsi.fr/pointal/python:floatrange > > Float arithmetic: https://docs.python.org/3/tutorial/floatingpoint.html > > A+ > Laurent Pointal. > > -- > https://mail.python.org/mailman/listinfo/python-announce-list > > Support the Python Software Foundation: > http://www.python.org/psf/donations/ -- Loïc Grobol.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: [ANN] floatrange - a range() for floats Loïc Grobol <loic.grobol@gmail.com> - 2015-09-21 19:15 +0200
csiph-web