You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -567,7 +567,7 @@
567
567
</code></pre></div>
568
568
569
569
<ul>
570
-
<li><strong>Decimal numbers can be represented exactly, unlike floats where <codeclass="python hljs"><spanclass="hljs-string">'1.1 + 2.2 == 3.3000000000000003'</span></code>.</strong></li>
570
+
<li><strong>Decimal numbers can be represented exactly, unlike floats where <codeclass="python hljs"><spanclass="hljs-string">'1.1 + 2.2 != 3.3'</span></code>.</strong></li>
571
571
<li><strong>Their precision can be adjusted with <codeclass="python hljs"><spanclass="hljs-string">'decimal.getcontext().prec = <int>'</span></code>.</strong></li>
0 commit comments