C++ (Qt)float a, b;...b = a + 1;if (a == b) // для флотов может вернуть true
C++ (Qt)float a = 100.0f;float b = 100.005f;