home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / NLIM.SM < prev    next >
Text File  |  1993-10-16  |  117b  |  5 lines

  1. #    this is demo of numerical limit nlim()
  2.  
  3. lim(sin(x)/x, x=0)        # symbolic lim
  4. nlim(sin(x)/x, x=0)        # numeric lim
  5.