Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python checking if something is equal to NaN

# Test to see if it is equal to itself
def isNaN(num):
    return num != num
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #checking #equal #NaN
ADD COMMENT
Topic
Name
4+5 =