I wonder why following not work as i expect:
let testSum = 0.1 + 0.2
let testBool = testSum == 0.3
testBool
in that case is false
, how could that be possible?
I wonder why following not work as i expect:
let testSum = 0.1 + 0.2
let testBool = testSum == 0.3
testBool
in that case is false
, how could that be possible?