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

Method test_fp_sort

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

Source from the content-addressed store, hash-verified

3790
3791class TestFPAPI:
3792 def test_fp_sort(self):
3793 s = FPSort(8, 24)
3794 assert isinstance(s, FPSortRef)
3795 assert s.ebits() == 8
3796 assert s.sbits() == 24
3797
3798 def test_float16(self):
3799 s = Float16()

Callers

nothing calls this directly

Calls 3

FPSortFunction · 0.90
ebitsMethod · 0.45
sbitsMethod · 0.45

Tested by

no test coverage detected