Kaydet (Commit) e256accd authored tarafından Raymond Hettinger's avatar Raymond Hettinger

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

üst 59a0464a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment