MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / fpGEQ

Function fpGEQ

lean_py/z3/core.py:3416–3417  ·  view source on GitHub ↗
(a: FPRef, b: FPRef, ctx: Context | None = None)

Source from the content-addressed store, hash-verified

3414
3415
3416def fpGEQ(a: FPRef, b: FPRef, ctx: Context | None = None) -> BoolRef:
3417 return _fp_pred("fpGEQ", a, b)
3418
3419
3420def fpGT(a: FPRef, b: FPRef, ctx: Context | None = None) -> BoolRef:

Callers 3

test_fp_comparisonsMethod · 0.90
test_geqMethod · 0.90
__ge__Method · 0.85

Calls 1

_fp_predFunction · 0.85

Tested by 2

test_fp_comparisonsMethod · 0.72
test_geqMethod · 0.72