Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffbfbd commit a931463Copy full SHA for a931463
1 file changed
Doc/library/decimal.rst
@@ -29,7 +29,7 @@ arithmetic. It offers several advantages over the :class:`float` datatype:
29
people learn at school." -- excerpt from the decimal arithmetic specification.
30
31
* Decimal numbers can be represented exactly. In contrast, numbers like
32
- :const:`1.1` and :const:`2.2` do not have an exact representations in binary
+ :const:`1.1` and :const:`2.2` do not have exact representations in binary
33
floating point. End users typically would not expect ``1.1 + 2.2`` to display
34
as :const:`3.3000000000000003` as it does with binary floating point.
35
0 commit comments