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

Method test_fp_div

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

Source from the content-addressed store, hash-verified

3874 assert isinstance(result, FPRef)
3875
3876 def test_fp_div(self):
3877 x, y = FPs("x y", Float32())
3878 result = fpDiv(RNE(), x, y)
3879 assert isinstance(result, FPRef)
3880
3881 def test_fp_neg(self):
3882 x = FP("x", Float32())

Callers

nothing calls this directly

Calls 4

FPsFunction · 0.90
Float32Function · 0.90
fpDivFunction · 0.90
RNEFunction · 0.90

Tested by

no test coverage detected