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

Function fpIsInf

lean_py/z3/core.py:3433–3434  ·  view source on GitHub ↗
(a: FPRef, ctx: Context | None = None)

Source from the content-addressed store, hash-verified

3431
3432
3433def fpIsInf(a: FPRef, ctx: Context | None = None) -> BoolRef:
3434 return _fp_pred("fpIsInf", a)
3435
3436
3437def fpIsZero(a: FPRef, ctx: Context | None = None) -> BoolRef:

Callers 3

test_fp_predicatesMethod · 0.90
test_inf_is_infMethod · 0.90

Calls 1

_fp_predFunction · 0.85

Tested by 3

test_fp_predicatesMethod · 0.72
test_inf_is_infMethod · 0.72