Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3247
def
Float64(ctx: Context | None = None) -> FPSortRef:
3248
return
FPSort(11, 53)
3249
3250
3251
def
Float128(ctx: Context | None = None) -> FPSortRef:
Callers
15
test_float64
Method · 0.90
test_fps
Method · 0.90
test_fp_plus_infinity
Method · 0.90
test_fp_minus_infinity
Method · 0.90
test_fp_to_fp
Method · 0.90
test_fp_fp_to_fp
Method · 0.90
test_fp_ebits_sbits
Method · 0.90
test_fp_sort
Method · 0.90
test_fp_nan
Method · 0.90
test_fp_infinity
Method · 0.90
test_fp_nan_not_equal_self
Method · 0.90
test_fp_is_positive_zero
Method · 0.90
Calls
1
FPSort
Function · 0.85
Tested by
15
test_float64
Method · 0.72
test_fps
Method · 0.72
test_fp_plus_infinity
Method · 0.72
test_fp_minus_infinity
Method · 0.72
test_fp_to_fp
Method · 0.72
test_fp_fp_to_fp
Method · 0.72
test_fp_ebits_sbits
Method · 0.72
test_fp_sort
Method · 0.72
test_fp_nan
Method · 0.72
test_fp_infinity
Method · 0.72
test_fp_nan_not_equal_self
Method · 0.72
test_fp_is_positive_zero
Method · 0.72