Hello I have a quick question before I go and do a complicated loop full of type conversions and stuff.
While comparing two values, will this result in True
?
0.1 == 0.10
(in floating point)
I'm really comparing members of a list and they might come out like this and I just wanted to make sure equal values will result in true for my if statements
Will this result in true or would I need to change the decimal point precision for one of them?