Menu

fraction(long long integer)

Platon Efimov

fraction(long long integer)

Description:

This function create new fraction and use integer number.

Example:

fraction a(5);
std::cout << a;

Output:

5/1