assert_all_numbers_are_whole_numbers(x,
tol = .Machine$double.eps)
assert_any_numbers_are_whole_numbers(x,
tol = .Machine$double.eps)
is_whole_number(x, tol = 100 * .Machine$double.eps)tol are not
considered.TRUE if the input is a whole number.