MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_fp_var

Method test_fp_var

tests/test_z3_ported.py:3814–3816  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3812 assert s.ebits() == 15 and s.sbits() == 113
3813
3814 def test_fp_var(self):
3815 x = FP("x", Float32())
3816 assert isinstance(x, FPRef)
3817
3818 def test_fps(self):
3819 x, y = FPs("x y", Float64())

Callers

nothing calls this directly

Calls 2

FPFunction · 0.90
Float32Function · 0.90

Tested by

no test coverage detected