Fraction Library
A C++ Fraction library.

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
FractionThis class allows you to handle improper fractions just like how basic types such as integers and doubles are handled in c++
MFractionThis 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++