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

  1. * isodd                                               internal
  2. isodd(x) gives 1 if x is an odd integer, or 0 otherwise.
  3. You can assume x is odd by isodd(x) := 1.
  4. See also: iscomplex, iseven, isfree, isinteger, islarger, isless, islist,
  5. isodd, isreal, isratio, issame, isnumber.
  6. e.g. isodd(3) gives 1, isodd(2) gives 0.
  7.