File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ The :mod:`decimal` module provides support for fast correctly rounded
3434decimal floating-point arithmetic. It offers several advantages over the
3535:class: `float ` datatype:
3636
37- * Decimal "is based on a [ floating-point model]
38- ( https://speleotrove.com/decimal/damodel.html#refnumber) which was
39- designed with people in mind, and necessarily has a paramount guiding
40- principle -- computers must provide an arithmetic that works in the same way
41- as the arithmetic that people learn at school." -- excerpt from the decimal
37+ * Decimal "is based on a ` floating-point model
38+ < https://speleotrove.com/decimal/damodel.html#refnumber> `_ which was designed
39+ with people in mind, and necessarily has a paramount guiding principle --
40+ computers must provide an arithmetic that works in the same way as the
41+ arithmetic that people learn at school." -- excerpt from the decimal
4242 arithmetic specification.
4343
4444* Decimal numbers can be represented exactly. In contrast, numbers like
You can’t perform that action at this time.
0 commit comments