Fraction Library
A C++ Fraction library.

Fraction.h File Reference

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

#include "PartialLib.h"
#include <iostream>
#include "FracError.h"

Go to the source code of this file.

Classes

class  Fraction
 This class allows you to handle improper 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 Fraction class.

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

Definition in file Fraction.h.