AjayChambers/CS-Fractions
C++ Fractions Class. Library that adds support for the cs_fraction namespace, which impliments a Fractions class. The fractions class is adds a "standard-feeling" fraction class that adds fraction support to the programs inwhich it is implimented. The Fraction class impliments overloaded operator for any arithmatic that needs to be preformed on fractions, Overloaded unary increment/decrement (post & pre) operators, ifstream exstersion operator, istream insertion operator, comparison operators, assignment operators, single parameter integer conversion constructor & a copy constructor.
C++GPL-3.0