| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
= z1 z2 z3 ...
#t.
(= 2 2) => #t (= 2 3) => #f (= 2 2.0) => #t (= 2 2.0 2.0+0i) => #t |
< x1 x2 x3 ...
<= x1 x2 x3 ...
> x1 x2 x3 ...
>= x1 x2 x3 ...
#t If all the real numbers x are
monotonically increasing,
monotonically nondecreasing, monotonically decreasing, or monotonically
nonincreasing, respectively.