Skip to content

Commit 1da793d

Browse files
committed
I think I got the math right.
1 parent 77b4036 commit 1da793d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The most fundamental math operations work as one might expect in JavaScript: `+`
2020
``` javascript
2121
1 + 80 // 81
2222
60 - 40 // 20
23-
2 * 3.4 // 7.1999999999999 (there's that floating-point arithmetic again...)
23+
2 * 3.4 // 6.8 (there's that floating-point arithmetic again...)
2424
5.0 / 2.5 // 2
2525
```
2626

0 commit comments

Comments
 (0)