home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / ZERO.KEY < prev   
Text File  |  1993-11-07  |  667b  |  14 lines

  1. * zero                                                internal
  2. zero is the positive-directed 0, as the built-in constant. f(x0+zero) is 
  3. the right-hand sided function value when x approaches to x0 from the
  4. positive direction, i.e. x = x0+. f(x0-zero) is the left-sided function
  5. value when x approaches to x0 from the negative direction, i.e. x = x0-.
  6. e.g. f(1+zero) is the rigth-hand sided function value when x approaches 
  7. to 1 from the positive (+infinity) direction, f(1-zero) is the left-hand 
  8. sided function value when x approaches to 1 from the negative (-infinity) 
  9. direction.
  10. See also: lim.
  11. e.g.
  12. IN:  exp(1/(0+zero)), exp(1/(0-zero))
  13. OUT: inf, 0
  14.