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

  1. * int                                                 external
  2. int(x) gives the integer part of number x. int(x)=trunc(x).
  3. See also: frac, trunc.
  4. e.g. int(2.3) gives 2.
  5.