mirror of
https://github.com/python/cpython.git
synced 2026-01-04 06:22:20 +00:00
Issue #23226: Add linspace() recipe to the docs
This commit is contained in:
parent
59a0464af4
commit
e256accd46
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue