djoshy / fraction

C++ class that supports fraction operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fraction

C++ class that supports fraction operations like +,-,/,*,<,>,==,!=,<<. Also works with int and double types. Added exp and inverse ops(^ and !).

About

C++ class that supports fraction operations


Languages

Language:C++ 97.8%Language:Makefile 2.2%