COMMITS
/ Doc/tutorial/floatingpoint.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
December 3, 2023
M
Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499)
Marco Aurélio A. Barbosa committed
October 8, 2023
Z
Update floatingpoint.rst (#110509)
zipperer committed
May 26, 2023
M
gh-104479: Update outdated tutorial floating-point reference (#104681)
Mark Dickinson committed
February 19, 2023
R
Misc improvements to the float tutorial (GH-102052)
Raymond Hettinger committed
December 23, 2022
R
GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)
Raymond Hettinger committed
February 6, 2022
J
[doc] Enhance readability by avoiding big blocks for small numbers. (GH-31157)
Julien Palard committed
December 2, 2021
Z
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
Zachary Ware committed
October 1, 2020
A
[doc] Update references to NumPy (GH-22458)
Andre Delfino committed
August 9, 2016
Z
Issue #27206: Fix doctests in Doc/tutorial.
Zachary Ware committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
October 19, 2011
E
Remove duplication.
Ezio Melotti committed
August 4, 2010
M
Issue #9337: Make float.__str__ identical to float.__repr__.
Mark Dickinson committed
June 28, 2009
R
Clean-up floating point tutorial.
Raymond Hettinger committed
R
Small doc fix-ups to floatingpoint.rst. More are forthcoming.
Raymond Hettinger committed
April 26, 2009
R
Add link to math.fsum().
Raymond Hettinger committed
R
Improve the rounding and summing examples.
Raymond Hettinger committed
R
Remove the round() discussion which is now out-of-date.
Raymond Hettinger committed
April 24, 2009
G
Remove leftover word.
Georg Brandl committed
R
Update for the new float.__repr__()
Raymond Hettinger committed
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
February 6, 2009
October 5, 2008
R
Issue 3412: Mention fractions and decimal in the tutorial section on floating point.
Raymond Hettinger committed
R
Issue 3288: document as_integer_ratio(), fromhex(), and hex().
Raymond Hettinger committed
August 10, 2008
G
Remove long integer output.
Georg Brandl committed
May 26, 2008
B
Merged revisions 63655 via svnmerge from
Benjamin Peterson committed
September 4, 2007
G
Convert all print statements in the docs.
Georg Brandl committed
August 31, 2007
G
Tutorial update for 3.0 by Paul Dubois.
Guido van Rossum committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed