home *** CD-ROM | disk | FTP | other *** search
- Two member functions are private because they are used only by
- other member functions and friend functions of this class. These
- functions are called when a Fraction object is constructed. The
- function reduce() converts a Fraction to its simplest form. For
- example, 9/27 becomes 1/3 and -4/-2 becomes 2/1.
-