Why does my UE5 show the following situations :-0<0, 0>0, 0==0


when num=0.25
image
when num=0.15
0.15
when num=0.1
0.1

Is this a normal problem of double-precision floating-point

Try using the nearly equal node with a tolerance setting.