Open
Description
Proposed change: Remove divide by 0 checks for floating point numbers, as they are well-defined in Rust? A similar change for +/- Inf was made in this PR.
Motivation: This change would eliminate false positives in verification failures.