Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ FPs
Function
FPs
lean_py/z3/core.py:3259–3260 ·
view source on GitHub ↗
(names: str, fpsort: FPSortRef, ctx: Context | None = None)
Source
from the content-addressed store, hash-verified
3257
3258
3259
def
FPs(names: str, fpsort: FPSortRef, ctx: Context | None = None) -> tuple[FPRef, ...]:
3260
return
tuple(FP(n, fpsort)
for
n in names.split())
3261
3262
3263
def
FPVal(
Callers
11
test_fps
Method · 0.90
test_fp_add
Method · 0.90
test_fp_sub
Method · 0.90
test_fp_mul
Method · 0.90
test_fp_div
Method · 0.90
test_fp_fma
Method · 0.90
test_fp_rem
Method · 0.90
test_fp_min_max
Method · 0.90
test_fp_comparisons
Method · 0.90
test_fp_operator_overloads
Method · 0.90
test_fp_comparison_overloads
Method · 0.90
Calls
1
FP
Function · 0.85
Tested by
11
test_fps
Method · 0.72
test_fp_add
Method · 0.72
test_fp_sub
Method · 0.72
test_fp_mul
Method · 0.72
test_fp_div
Method · 0.72
test_fp_fma
Method · 0.72
test_fp_rem
Method · 0.72
test_fp_min_max
Method · 0.72
test_fp_comparisons
Method · 0.72
test_fp_operator_overloads
Method · 0.72
test_fp_comparison_overloads
Method · 0.72