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

  1. * div                                                 internal
  2. div(a,b) divides a by b in integer.
  3. See also: mod.
  4. e.g. div(5,2) gives 2, mod(5,2) gives 1.
  5.