Replicate "==", ">=" and "<=" Signs
The 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.