Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Created November 16, 2012 17:16
Show Gist options
  • Save c0ldlimit/4089113 to your computer and use it in GitHub Desktop.
Save c0ldlimit/4089113 to your computer and use it in GitHub Desktop.
Python: Checking if nan
import math
x=float('nan')
math.isnan(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment