You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is expected, and is the nature of the language. Although the majority of the JS language only has one observable NaN, via Typed Arrays one can view bit patterns of many of the millions of NaN values in IEEE 754.
Version
v23.3.0
Platform
Subsystem
No response
What steps will reproduce the bug?
Sometimes it returns
[0, 0, 192, 127]
, the other times[0, 0, 192, 255]
How often does it reproduce? Is there a required condition?
Seems to always
What is the expected behavior? Why is that the expected behavior?
Should return consistent result
What do you see instead?
I see it changes sporadically
Additional information
Duplicate bug in chromium: https://issues.chromium.org/u/1/issues/386172182
The text was updated successfully, but these errors were encountered: