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

Method test_fp_sub

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

Source from the content-addressed store, hash-verified

3864 assert isinstance(result, FPRef)
3865
3866 def test_fp_sub(self):
3867 x, y = FPs("x y", Float32())
3868 result = fpSub(RNE(), x, y)
3869 assert isinstance(result, FPRef)
3870
3871 def test_fp_mul(self):
3872 x, y = FPs("x y", Float32())

Callers

nothing calls this directly

Calls 4

FPsFunction · 0.90
Float32Function · 0.90
fpSubFunction · 0.90
RNEFunction · 0.90

Tested by

no test coverage detected