[docs] Add float linspace recipe to docs (issue 23226)

ghost.adh at gmail.com ghost.adh at gmail.com
Tue Jan 13 00:02:02 CET 2015


http://bugs.python.org/review/23226/diff/13605/Doc/library/stdtypes.rst
File Doc/library/stdtypes.rst (right):

http://bugs.python.org/review/23226/diff/13605/Doc/library/stdtypes.rst#newcode1339
Doc/library/stdtypes.rst:1339: (e.g., by multiplying instead of
repeating addition), to avoid
It's not particularly clear what is responsible for accumulated rounding
errors: multiplication or repeated addition. Perhaps the whole
explanation in the brackets could be removed?

http://bugs.python.org/review/23226/diff/13605/Doc/library/stdtypes.rst#newcode1346
Doc/library/stdtypes.rst:1346: values, and potentially being off by 1
ulp on the :data:`stop` value)
sorry, what's `ulp'?

http://bugs.python.org/review/23226/diff/13605/Doc/library/stdtypes.rst#newcode1356
Doc/library/stdtypes.rst:1356: * `linspace recipe
<http://code.activestate.com/recipes/576694/>`_
Link leads to OrderedSet recipe

http://bugs.python.org/review/23226/


More information about the docs mailing list