Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e256acc

Browse files
committed
Issue #23226: Add linspace() recipe to the docs
1 parent 59a0464 commit e256acc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/library/stdtypes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,11 @@ objects that compare equal might have different :attr:`~range.start`,
13631363
The :attr:`~range.start`, :attr:`~range.stop` and :attr:`~range.step`
13641364
attributes.
13651365

1366+
.. seealso::
1367+
1368+
* The `linspace recipe <http://code.activestate.com/recipes/579000/>`_
1369+
shows how to implement a lazy version of range that suitable for floating
1370+
point applications.
13661371

13671372
.. index::
13681373
single: string; text sequence type

0 commit comments

Comments
 (0)