home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A062021.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  211.7 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: This is a member function of the fraction class that inverts a fraction object. The function invert sets the value of a fraction to its reciprocal. For example, 2 over 3 becomes 3 over 2. The return value of the function invert is of type fraction. The function returns the modified object.