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

Function fpLEQ

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

Source from the content-addressed store, hash-verified

3406
3407# FP comparisons
3408def fpLEQ(a: FPRef, b: FPRef, ctx: Context | None = None) -> BoolRef:
3409 return _fp_pred("fpLEQ", a, b)
3410
3411
3412def fpLT(a: FPRef, b: FPRef, ctx: Context | None = None) -> BoolRef:

Callers 4

test_fp_comparisonsMethod · 0.90
test_leq_strictMethod · 0.90
test_leq_equalMethod · 0.90
__le__Method · 0.85

Calls 1

_fp_predFunction · 0.85

Tested by 3

test_fp_comparisonsMethod · 0.72
test_leq_strictMethod · 0.72
test_leq_equalMethod · 0.72