(self, kernel)
| 872 | assert _try_prove(fpEQ(fpMul(RNE(), FPVal(5.0), FPVal(1.0)), FPVal(5.0))) |
| 873 | |
| 874 | def test_mul_zero(self, kernel): |
| 875 | assert _try_prove(fpEQ(fpMul(RNE(), FPVal(5.0), FPVal(0.0)), FPVal(0.0))) |
| 876 | |
| 877 | |
| 878 | class TestFPComparisons: |
nothing calls this directly
no test coverage detected