EMA-XPS Online


>=

>=
==

syntax: (>= {<non-complex number> ...})

This function checks the arguments, whether they are
monotonically nonincreasing. It returns T, when the
test was successful, otherwise NIL.

example:       >(>= 1 1.0)
               T


EMA-XPS Online