Fraction Library
A C++ Fraction library.

File List

Here is a list of all files with brief descriptions:
FracError.h [code]This file defines error conditions that can result when using Fraction and MFraction classes
Fraction.cpp [code]This file implementes the interface of the Fraction class
Fraction.h [code]This file declares the interface of the Fraction class
MFraction.cpp [code]This file implementes the interface of the MFraction class
MFraction.h [code]This file declares the interface of the MFraction class
PartialLib.h [code]This file allows you to compile a library which supports only Fraction or MFraction or both