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

Method test_fpval

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

Source from the content-addressed store, hash-verified

3821 assert isinstance(y, FPRef)
3822
3823 def test_fpval(self):
3824 v = FPVal(1.5)
3825 assert isinstance(v, FPNumRef)
3826
3827 def test_fpnan(self):
3828 v = fpNaN(Float32())

Callers

nothing calls this directly

Calls 1

FPValFunction · 0.90

Tested by

no test coverage detected