Closed MariangelaNM closed 2 months ago
@0xLucqs
@0xLucqs , I joined the two logics in is_impossible_double_comparison and added two more examples.
@0xLucqs ,I updated the initial function to include two additional cases: checking for x > y && x >= y
and x <= y && x > y
.
@0xLucqs ,Based on your feedback, I adjusted the logic and placed it in is_redundant_double_comparison
@all-contributors please add @MariangelaNM for code and tests
@0xLucqs
I've put up a pull request to add @MariangelaNM! :tada:
Issue 76
Description