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

  1. * series                                              external
  2. series(y, x)            gives series expansion of y at x=0 to order of 5.
  3. series(y, x, order)     gives series expansion of y at x=0 to order.
  4. See also: sum.
  5. e.g. series(sin(x),x) gives x - 1/6*x^3 + 1/120*x^5.
  6.