Not a Number (NaN)

NaN can be produced by:

1. 0/0

2. Inf - Inf

3. Inf/Inf

4. 0*Inf

5. rem(x,y), where y=0 or x=Inf

原文地址:https://www.cnblogs.com/shalijiang/p/4019817.html