How can I check for NaN values?
float('nan')
results in Nan (not a number). But how do I check for it? Should be very easy, but I cannot find it.
float('nan')
results in Nan (not a number). But how do I check for it? Should be very easy, but I cannot find it.