Tests the equivalence of two valid float64 values.
Two values are equivalent if they are both NaN, both -0, both +0 or non-zero and numerically equal.
NaN
-0
+0
Compares two valid float64 values.
The values are ordered as follow:
-Infinity
+Infinity
Left operand.
Right operand.
Boolean indicating if left <= right
left <= right
Generated using TypeDoc
Tests the equivalence of two valid float64 values.
Two values are equivalent if they are both
NaN
, both-0
, both+0
or non-zero and numerically equal.