Issue #23226: Add linspace() recipe to the docs

This commit is contained in:
Raymond Hettinger 2016-09-06 16:35:34 -07:00
parent 59a0464af4
commit e256accd46

View file

@ -1363,6 +1363,11 @@ objects that compare equal might have different :attr:`~range.start`,
The :attr:`~range.start`, :attr:`~range.stop` and :attr:`~range.step`
attributes.
.. seealso::
* The `linspace recipe <http://code.activestate.com/recipes/579000/>`_
shows how to implement a lazy version of range that suitable for floating
point applications.
.. index::
single: string; text sequence type