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

  1. * order                                               external
  2. order(y, x) gives the highest order of x in y. y must be polynomial with
  3. order < 5.
  4. See also: coef, coefall.
  5. e.g.
  6. IN:  order(x^2+5*x+6, x)
  7. OUT: 2
  8.