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

Method test_fp_plus_infinity

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

Source from the content-addressed store, hash-verified

3829 assert isinstance(v, FPNumRef)
3830
3831 def test_fp_plus_infinity(self):
3832 v = fpPlusInfinity(Float64())
3833 assert isinstance(v, FPNumRef)
3834
3835 def test_fp_minus_infinity(self):
3836 v = fpMinusInfinity(Float64())

Callers

nothing calls this directly

Calls 2

fpPlusInfinityFunction · 0.90
Float64Function · 0.90

Tested by

no test coverage detected