The functions return a logical TRUE
if their condition holds, and a logical FALSE
otherwise.
eq(x, y)
checks whether x
is equal to y
ne(x, y)
checks whether x
is not equal to y
ge(x, y)
checks whether x
is greater than or equal to y
gt(x, y)
checks whether x
is greater than y
le(x, y)
checks whether x
is less than or equal to y
lt(x, y)
checks whether x
is less than y