Hi,
I'm trying to use the "isnan"/etc. functions from math.h, and while the functions themselves exist, they refer to a series of functions: _Dclass, _FDclass, _LDclass that are defined earlier in the file, but which the compiler claims are undefined: "identifier "_Dclass" is undefined test.cpp line 10". I #include <math.h> at the top of the file, before any other includes, and have nothing externally meaningful defined with compiler -D flags.
I found another forum post claiming these functions had been added as of compiler 4.9.x, but I can't get them to work.
Thanks,
Tom