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

Method test_fp_add

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

Source from the content-addressed store, hash-verified

3859 assert isinstance(RoundTowardZero(), FPRMRef)
3860
3861 def test_fp_add(self):
3862 x, y = FPs("x y", Float32())
3863 result = fpAdd(RNE(), x, y)
3864 assert isinstance(result, FPRef)
3865
3866 def test_fp_sub(self):
3867 x, y = FPs("x y", Float32())

Callers

nothing calls this directly

Calls 4

FPsFunction · 0.90
Float32Function · 0.90
fpAddFunction · 0.90
RNEFunction · 0.90

Tested by

no test coverage detected