(self)
| 3833 | assert isinstance(v, FPNumRef) |
| 3834 | |
| 3835 | def test_fp_minus_infinity(self): |
| 3836 | v = fpMinusInfinity(Float64()) |
| 3837 | assert isinstance(v, FPNumRef) |
| 3838 | |
| 3839 | def test_fp_plus_zero(self): |
| 3840 | v = fpPlusZero(Float32()) |
nothing calls this directly
no test coverage detected