Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ fpMin
Function
fpMin
lean_py/z3/core.py:3399–3400 ·
view source on GitHub ↗
(a: FPRef, b: FPRef, ctx: Context | None = None)
Source
from the content-addressed store, hash-verified
3397
3398
3399
def
fpMin(a: FPRef, b: FPRef, ctx: Context | None = None) -> FPRef:
3400
return
_fp_op(
"fpMin"
, a, b)
3401
3402
3403
def
fpMax(a: FPRef, b: FPRef, ctx: Context | None = None) -> FPRef:
Callers
2
test_fp_min_max
Method · 0.90
test_min
Method · 0.90
Calls
1
_fp_op
Function · 0.85
Tested by
2
test_fp_min_max
Method · 0.72
test_min
Method · 0.72