simple class to represent fraction More...
#include <fraction.hpp>
Public Types | |
using | num_type = A |
numerator type | |
using | den_type = B |
denominator type | |
Public Member Functions | |
fraction (A num, B den) | |
constructor | |
Public Attributes | |
A | num |
numerator | |
B | den |
denominator | |
simple class to represent fraction
A | |
B |
Definition at line 31 of file fraction.hpp.