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

Method test_fp_rem

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

Source from the content-addressed store, hash-verified

3899 assert isinstance(result, FPRef)
3900
3901 def test_fp_rem(self):
3902 x, y = FPs("x y", Float32())
3903 result = fpRem(x, y)
3904 assert isinstance(result, FPRef)
3905
3906 def test_fp_min_max(self):
3907 x, y = FPs("x y", Float32())

Callers

nothing calls this directly

Calls 3

FPsFunction · 0.90
Float32Function · 0.90
fpRemFunction · 0.90

Tested by

no test coverage detected