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

Function Float64

lean_py/z3/core.py:3247–3248  ·  view source on GitHub ↗
(ctx: Context | None = None)

Source from the content-addressed store, hash-verified

3245
3246
3247def Float64(ctx: Context | None = None) -> FPSortRef:
3248 return FPSort(11, 53)
3249
3250
3251def Float128(ctx: Context | None = None) -> FPSortRef:

Callers 15

test_float64Method · 0.90
test_fpsMethod · 0.90
test_fp_plus_infinityMethod · 0.90
test_fp_to_fpMethod · 0.90
test_fp_fp_to_fpMethod · 0.90
test_fp_ebits_sbitsMethod · 0.90
test_fp_sortMethod · 0.90
test_fp_nanMethod · 0.90
test_fp_infinityMethod · 0.90

Calls 1

FPSortFunction · 0.85

Tested by 15

test_float64Method · 0.72
test_fpsMethod · 0.72
test_fp_plus_infinityMethod · 0.72
test_fp_to_fpMethod · 0.72
test_fp_fp_to_fpMethod · 0.72
test_fp_ebits_sbitsMethod · 0.72
test_fp_sortMethod · 0.72
test_fp_nanMethod · 0.72
test_fp_infinityMethod · 0.72