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

  1. * mod                                                 internal
  2. mod(m,n) gives the remainder on division of m by n.
  3. See also: div.
  4. e.g. mod(4,3) gives 1.
  5.