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

  1. * inte                                                internal + external
  2. inte() is the integral function.
  3.  
  4. inte(y,x)                                             internal
  5. It finds the indefinite integral of y with respect to an undefined
  6. variable x.
  7.  
  8. inte(y,x,xmin,xmax)                                   external
  9. It finds the definite integral of y with respect to the variable x taken
  10. from x=xmni to x=xmax.
  11.  
  12. inte(y,x,xmin,x1,xmax)                                external
  13. It finds the definite integral of y from x=xmin to x=x1, then from x=x1
  14. to x=xmax. x1 is singularity.
  15. See also: ninte.
  16.