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

  1. * average                                             external
  2. average(x) gives average of a list of data.
  3. See also: max, min, length, listsum.
  4. e.g.
  5. IN:  average([1,2,3]
  6. OUT: 2
  7.