Checking for nan without using isnan

Question Q10.1.5

How can you establish whether a floating point number is nan or not without using math.isnan or numpy.isnan?


Solution Q10.1.5