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

Function fpUnsignedToFP

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

Source from the content-addressed store, hash-verified

3508
3509
3510def fpUnsignedToFP(rm: FPRMRef, a: ExprRef, sort: FPSortRef, ctx: Context | None = None) -> FPRef:
3511 return FPRef(
3512 AppNode(_AstVar("fpUnsignedToFP"), (rm._ast, a._ast)),
3513 sort,
3514 _merge(rm._vars, a._vars),
3515 )
3516
3517
3518def fpNEQ(a: FPRef, b: FPRef, ctx: Context | None = None) -> BoolRef:

Callers 2

fpToFPUnsignedFunction · 0.85

Calls 3

AppNodeClass · 0.90
FPRefClass · 0.85
_mergeFunction · 0.85

Tested by 1