Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ fpIsNormal
Function
fpIsNormal
lean_py/z3/core.py:3441–3442 ·
view source on GitHub ↗
(a: FPRef, ctx: Context | None = None)
Source
from the content-addressed store, hash-verified
3439
3440
3441
def
fpIsNormal(a: FPRef, ctx: Context | None = None) -> BoolRef:
3442
return
_fp_pred(
"fpIsNormal"
, a)
3443
3444
3445
def
fpIsSubnormal(a: FPRef, ctx: Context | None = None) -> BoolRef:
Callers
1
test_fp_predicates
Method · 0.90
Calls
1
_fp_pred
Function · 0.85
Tested by
1
test_fp_predicates
Method · 0.72