home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A162141.TXT < prev    next >
Encoding:
Text File  |  1993-11-24  |  199 b   |  5 lines

  1. This function divides the first parameter by the second and
  2. returns the result.  Notice that if the second parameter is
  3. zero, divide() throws a long exception instead of performing
  4. the division.
  5.