Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3433
def
fpIsInf(a: FPRef, ctx: Context | None = None) -> BoolRef:
3434
return
_fp_pred(
"fpIsInf"
, a)
3435
3436
3437
def
fpIsZero(a: FPRef, ctx: Context | None = None) -> BoolRef:
Callers
3
test_fp_predicates
Method · 0.90
test_inf_is_inf
Method · 0.90
test_normal_is_not_inf
Method · 0.90
Calls
1
_fp_pred
Function · 0.85
Tested by
3
test_fp_predicates
Method · 0.72
test_inf_is_inf
Method · 0.72
test_normal_is_not_inf
Method · 0.72