|
|
|
|
|
by AstralStorm
2687 days ago
|
|
Interesting fact of life: floating point returns NaN or Infinity for certain operations and it propagates. Real pain in the rear to debug. You cannot even reliably trap on it most of the time because there are no such options in the compilers. |
|