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

  1. * prod                                                external
  2. prod(f,x,xmin,xmax)     with the default step dx = 1.
  3. prod(f,x,xmin,xmax,dx)  evaluates the product of f when x runs from 
  4.             xmin to xmax with step dx.
  5. See also: sum, list, table.
  6.