EMA-XPS Online


<=

<=
==

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

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

example:       >(<= 1 2.0)
               T


EMA-XPS Online