Fraction Library
A C++ Fraction library.

MFraction.h File Reference

This file declares the interface of the MFraction class. More...

#include "PartialLib.h"
#include "Fraction.h"

Go to the source code of this file.

Classes

class  MFraction
 This class allows you to handle improper as well as mixed fractions just like how basic types such as integers and doubles are handled in c++. More...

Detailed Description

This file declares the interface of the MFraction class.

Private and protected members of the class are also declared in this file.

Definition in file MFraction.h.