-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
v6.0
-
QE 2022-08-08, QE 2022-08-22
-
160
Shell function `numberDecimalsAlmostEqual` returns false when passing two zeros as an input.
The reason for that is taking logarithm of the values, which is `NaN` for 0.
The whole approximated comparison algorithm works under assumption that these values are not zero.