; ASM OK, C-Backend Bug?
Number = Sqr(-1)
If Number = NaN()
[...]
Wrong code. In order to check for NaN, only use PB's IsNaN() function.
Documentation wrote:
NaN is a special value. Testing for it should not be done using normal comparisons because there are actually many different values for NaN and whether or not NaN is considered equal with itself in comparisons depends on the hardware.