Created
August 18, 2024 05:57
-
-
Save shalperin/d3c31f7487a693647fe39aaa25d12e23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let a = 0.1 + 0.2 | |
let b = 0.3 | |
a == b // false. WTF? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment