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.
2 parents 77b4036 + 1da793d commit 07ec44eCopy full SHA for 07ec44e
README.md
@@ -20,7 +20,7 @@ The most fundamental math operations work as one might expect in JavaScript: `+`
20
``` javascript
21
1 + 80 // 81
22
60 - 40 // 20
23
-2 * 3.4 // 7.1999999999999 (there's that floating-point arithmetic again...)
+2 * 3.4 // 6.8 (there's that floating-point arithmetic again...)
24
5.0 / 2.5 // 2
25
```
26
0 commit comments