This is a safe way of comparing if two vectors of floating point numbers are (pairwise) equal. This is safer than
using ==
, because it has a built in tolerance.
This is a safe way of comparing if two vectors of floating point numbers are (pairwise) equal. This is safer than
using ==
, because it has a built in tolerance.