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

  1. * discont                                             internal
  2. The discontinuity. If f(x0) gives discont, the function has a
  3. discontinuity and only has the one-sided value at x=x0. You should
  4. evaluate its left-sided or right-sided value by f(x0-zero) or 
  5. f(x0+zero).
  6. See also: zero, inf.
  7. e.g.
  8. IN:  f(x_) := 1/x+1
  9. IN:  f(0)
  10. OUT: discont
  11. IN:  f(0+zero)
  12. OUT: inf
  13.