Covering some basic topics I haven't seen elsewhere on Cody.
Given 2 input variables, output true if they are equal, false otherwise. Note that the function should assume NaN's are equal to each other.
Nice...
i though this would simply worked by isequal function, but its not for the 2nd test suite, why its happening?
Can add more test cases with data including 'inf' to fail my solution.