Changes in 4.0 that could impact 3.x models
Evaluation Differences
- Multiplication of NaN or INF by zero: See Ana:IEEE 754 Binary Floating Point Arithmetic. In 3.1, (0*INF) or (0*NaN) returned 0. Now it returns NaN and issues a warning (if Show Result Warnings is on).
Comments
Enable comment auto-refresher