You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mstranger,
That's an excellent question! Yes, every function should reduce the output number.
The best place to make that explicit however, is on the problem-specifications repo, like this recent PR for the same exercise. In this way, every track would benefit from the change.
Would you be willing to open a PR there?
It would be great to have a test that makes sure that the output is reduced for every function.
Current tests do not consider the case, when a rational number can be reduced:
Should the function
abs
in this exercise reduce a rational number?The text was updated successfully, but these errors were encountered: