|
|
|
|
|
by klodolph
5055 days ago
|
|
I've gotten a bit pissed at the Microsoft C compiler for (1) having no standard way to generate NaN or Infinity and (2) having a good enough static analyzer that if you generate one by casting, it emits a warning saying that your arithmetic overflows. Gee, thanks MSC. I didn't expect "x = INFINITY;" to overflow. |
|
Also check the flags, like /fp:precise for MSVC