(self)
| 3927 | assert isinstance(fpIsPositive(x), BoolRef) |
| 3928 | |
| 3929 | def test_fp_to_real(self): |
| 3930 | x = FP("x", Float32()) |
| 3931 | result = fpToReal(x) |
| 3932 | assert isinstance(result, ArithRef) |
| 3933 | |
| 3934 | def test_fp_to_sbv(self): |
| 3935 | x = FP("x", Float32()) |