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

Function fpSub

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

Source from the content-addressed store, hash-verified

3365
3366
3367def fpSub(rm: FPRMRef, a: FPRef, b: FPRef, ctx: Context | None = None) -> FPRef:
3368 return _fp_op("fpSub", rm, a, b)
3369
3370
3371def fpMul(rm: FPRMRef, a: FPRef, b: FPRef, ctx: Context | None = None) -> FPRef:

Callers 3

test_fp_subMethod · 0.90
test_subMethod · 0.90
__sub__Method · 0.85

Calls 1

_fp_opFunction · 0.85

Tested by 2

test_fp_subMethod · 0.72
test_subMethod · 0.72