Example #1
0
bool operator>=(Fraction const& first, Fraction const& second)
{
  return first.biggerOrEqual(second);
}