Problem 350. Back to basics 7 - Equal NaNs

Created by Alan Chalker

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.

Problem Group