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: concepts/numbers/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You can see more details and discussions in the following resources:
26
26
27
27
### Precision
28
28
29
-
Before diving into arithmetic, it is worth thinking about what precision means. Precision is the level of exactness that a number can be represented. An `int` is less precise than a `float` the same way that `1` is less precise that`1.125`.
29
+
Before diving into arithmetic, it is worth thinking about what precision means. Precision is the level of exactness at which a number can be represented. An `int` is less precise than a `float` the same way that `1` is less precise that`1.125`.
0 commit comments