Replicate "=="
, ">="
and "<="
Signs
"=="
, ">="
and "<="
SignsThe utility functions eq
, leq
and geq
replicate the signs "=="
, ">="
and "<="
n
times.
eq(n) leq(n) geq(n)
n
: an integer giving the number of times the sign should be repeated.eq(3) leq(2) geq(4)