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

Method test_fp_min_max

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

Source from the content-addressed store, hash-verified

3904 assert isinstance(result, FPRef)
3905
3906 def test_fp_min_max(self):
3907 x, y = FPs("x y", Float32())
3908 assert isinstance(fpMin(x, y), FPRef)
3909 assert isinstance(fpMax(x, y), FPRef)
3910
3911 def test_fp_comparisons(self):
3912 x, y = FPs("x y", Float32())

Callers

nothing calls this directly

Calls 4

FPsFunction · 0.90
Float32Function · 0.90
fpMinFunction · 0.90
fpMaxFunction · 0.90

Tested by

no test coverage detected