![](https://secure.gravatar.com/avatar/dc940f48c5635785f32941f1fbe6b601.jpg?s=120&d=mm&r=g)
9 Jul
2004
9 Jul
'04
3:55 p.m.
Bob Jamison wrote:
There seem to be three ways that work on various versions of gcc:
1: Use math.h and call isnan(). 2: Use math.h and call std::isnan() 3: Use <cmath> and call std::isnan()
In doing a Google search on isnan, one of the first hits was someone's changelog addressing this issue. Might be worth checking what they did.