home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / ISLARGER.KEY < prev    next >
Text File  |  1993-11-07  |  447b  |  10 lines

  1. * islarger                                            external
  2. islarger(a,b) gives 1 if a is larger than b, or 0 otherwise. It is extent
  3. of operator >. It can compare 2 complex number, but the operator > cannot.
  4. See also: iscomplex, iseven, isfree, isinteger, islarger, isless, islist,
  5. isodd, isreal, isratio, issame, isnumber.
  6. isless.
  7. e.g.
  8. IN:  islarger(1+i, 1-i)         # is 1+i larger than 1-i ?
  9. OUT: 1                          # yes
  10.