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

  1. * iscomplex                                           internal
  2. iscomplex(x) tests if x is complex. It gives 1 if x is complex, or 0
  3. otherwise.
  4. See also: iscomplex, iseven, isfree, isinteger, islarger, isless, islist,
  5. isodd, isreal, isratio, issame, isnumber.
  6. e.g. iscomplex(i) gives 1.
  7.