Whether two values are not observably distinguishable. This
correctly detects that 0 is not the same as -0 and two NaNs are
practically equivalent.
The implementation is as suggested by harmony:egal proposal.
Arguments:
Returns: boolean
Whether two values are not observably distinguishable.
|
code » |