vector equals fails if one vector is all Infinity
bchirlsbiodigital opened this issue · 0 comments
bchirlsbiodigital commented
equals([1, 2, 3], [Infinity, Infinity, Infinity]) // should be false but is trueI think it's because of the way it multiplies EPSILON by the maximum value. This probably needs a special case.
Thanks!