Skip to content

Instantly share code, notes, and snippets.

@zhuzhuaicoding
Created October 5, 2012 15:35
Show Gist options
  • Select an option

  • Save zhuzhuaicoding/3840558 to your computer and use it in GitHub Desktop.

Select an option

Save zhuzhuaicoding/3840558 to your computer and use it in GitHub Desktop.
NaN,Infinity trick
1/0 = Infinity
0/0 = NaN
1/'foo' = NaN
1/Infinity = 0
(1/Infinity)*Infinity = NaN
Infinity == Infinity (true)
0/0为NaN,其他数除0为Infinite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment