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

Method test_fps

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

Source from the content-addressed store, hash-verified

3816 assert isinstance(x, FPRef)
3817
3818 def test_fps(self):
3819 x, y = FPs("x y", Float64())
3820 assert isinstance(x, FPRef)
3821 assert isinstance(y, FPRef)
3822
3823 def test_fpval(self):
3824 v = FPVal(1.5)

Callers

nothing calls this directly

Calls 2

FPsFunction · 0.90
Float64Function · 0.90

Tested by

no test coverage detected