MCPcopy 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
3399def fpMin(a: FPRef, b: FPRef, ctx: Context | None = None) -> FPRef:
3400 return _fp_op("fpMin", a, b)
3401
3402
3403def fpMax(a: FPRef, b: FPRef, ctx: Context | None = None) -> FPRef:

Callers 2

test_fp_min_maxMethod · 0.90
test_minMethod · 0.90

Calls 1

_fp_opFunction · 0.85

Tested by 2

test_fp_min_maxMethod · 0.72
test_minMethod · 0.72