Current tests do not consider the case, when a rational number can be reduced: ```elixir RationalNumbers.abs({2, 4}) = {2, 4} ``` Should the function `abs` in this exercise reduce a rational number?
Current tests do not consider the case, when a rational number can be reduced:
Should the function
absin this exercise reduce a rational number?