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

Method test_fp_mul

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

Source from the content-addressed store, hash-verified

3869 assert isinstance(result, FPRef)
3870
3871 def test_fp_mul(self):
3872 x, y = FPs("x y", Float32())
3873 result = fpMul(RNE(), x, y)
3874 assert isinstance(result, FPRef)
3875
3876 def test_fp_div(self):
3877 x, y = FPs("x y", Float32())

Callers

nothing calls this directly

Calls 4

FPsFunction · 0.90
Float32Function · 0.90
fpMulFunction · 0.90
RNEFunction · 0.90

Tested by

no test coverage detected