Node:Comparison,
Next:Conversion,
Previous:Integer Operations,
Up:Numbers
21.2.8 Comparison Predicates
Return #t if all parameters are numerically equal.
|
Return #t if the list of parameters is monotonically
increasing.
|
Return #t if the list of parameters is monotonically
decreasing.
|
Return #t if the list of parameters is monotonically
non-decreasing.
|
Return #t if the list of parameters is monotonically
non-increasing.
|
Return #t if z is an exact or inexact number equal to
zero.
|
positive?
|
Scheme Procedure |
Return #t if x is an exact or inexact number greater than
zero.
|
negative?
|
Scheme Procedure |
Return #t if x is an exact or inexact number less than
zero.
|