But what is the difference between these two.
They are both the same thing. Some platforms choose to display a non-number as some variant of NaN
, while others choose to display it as some variant of IND
.
How can we represent both in c++.
std::numeric_limits<double>::quiet_NaN()
(or float
or long double
, if you prefer).
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…