chatxabier 06 Apr 2024 in Public To see this for yourself, write a line of code below to print the value of the expression 0.3 == 0.1 + 0.2; it will be false! 0.3==0.2+0.1 will show as false, but 0.5==0.4+0.1 will be shown as true???