powered by
Functions to compare two numeric vectors using tolerance parameter.
.is_eq(x, y, tolerance = 0).is_lt(x, y, tolerance = 0).is_gt(x, y, tolerance = 0).is_int(x, tolerance = 0)
.is_lt(x, y, tolerance = 0)
.is_gt(x, y, tolerance = 0)
.is_int(x, tolerance = 0)
a logical value.
logical
a numeric value to compare.
numeric
a unique positive numeric value. Default is 0.