[Bug] Float Variable

Hi. I was trying to divide the Screen Width by Height to then display the aspect ratio for each resolution.

The problem is that 16/9=1.777777777777778
The engine limits the value and we get: 1.777778

If I write this value to an “==” float, I get False on the output, but I should get True.
If I make a comparison using the “===” string, everything works correctly.

So I need to use the “===” string to work correctly?
s121