Return
True
if x is a NaN (not a number), andFalse
otherwise.
>>> import math
>>> x = float('nan')
>>> math.isnan(x)
True
Return
True
if x is a NaN (not a number), andFalse
otherwise.
>>> import math
>>> x = float('nan')
>>> math.isnan(x)
True
Flisks is a developer, digital marketing, SEO, and blogging enthusiast. Apart from copywriting, he loves travel, music, and adventures. He is a passionate learner and a dreamer.