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

Function fpFPToFP

lean_py/z3/core.py:3490–3491  ·  view source on GitHub ↗
(rm: FPRMRef, a: FPRef, sort: FPSortRef, ctx: Context | None = None)

Source from the content-addressed store, hash-verified

3488
3489
3490def fpFPToFP(rm: FPRMRef, a: FPRef, sort: FPSortRef, ctx: Context | None = None) -> FPRef:
3491 return FPRef(AppNode(_AstVar("fpFPToFP"), (rm._ast, a._ast)), sort, _merge(rm._vars, a._vars))
3492
3493
3494def fpRealToFP(rm: FPRMRef, a: ArithRef, sort: FPSortRef, ctx: Context | None = None) -> FPRef:

Callers 1

test_fp_fp_to_fpMethod · 0.90

Calls 3

AppNodeClass · 0.90
FPRefClass · 0.85
_mergeFunction · 0.85

Tested by 1

test_fp_fp_to_fpMethod · 0.72