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

Function fpFMA

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

Source from the content-addressed store, hash-verified

3389
3390
3391def fpFMA(rm: FPRMRef, a: FPRef, b: FPRef, c: FPRef, ctx: Context | None = None) -> FPRef:
3392 return _fp_op("fpFMA", rm, a, b, c)
3393
3394
3395def fpRem(a: FPRef, b: FPRef, ctx: Context | None = None) -> FPRef:

Callers 1

test_fp_fmaMethod · 0.90

Calls 1

_fp_opFunction · 0.85

Tested by 1

test_fp_fmaMethod · 0.72