Safe relational operators
safe-comparison.RdBinary operators which allow the comparison of values in atomic vectors, with a little room for floating point precision issues.
Details
These binary comparison operators make the base relational operators
(base::Comparison) safer by adding a little room for floating point precision
issues. %>=% is the counterpart to >=, and %<=% is the counterpart to
<=.