Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ RNE
Function
RNE
lean_py/z3/core.py:3305–3306 ·
view source on GitHub ↗
(ctx: Context | None = None)
Source
from the content-addressed store, hash-verified
3303
3304
3305
def
RNE(ctx: Context | None = None) -> FPRMRef:
3306
return
RoundNearestTiesToEven(ctx)
3307
3308
3309
def
RoundNearestTiesToAway(ctx: Context | None = None) -> FPRMRef:
Callers
15
test_rounding_modes
Method · 0.90
test_fp_add
Method · 0.90
test_fp_sub
Method · 0.90
test_fp_mul
Method · 0.90
test_fp_div
Method · 0.90
test_fp_sqrt
Method · 0.90
test_fp_fma
Method · 0.90
test_fp_to_sbv
Method · 0.90
test_fp_to_ubv
Method · 0.90
test_fp_to_fp
Method · 0.90
test_fp_fp_to_fp
Method · 0.90
test_fp_real_to_fp
Method · 0.90
Calls
1
RoundNearestTiesToEven
Function · 0.85
Tested by
15
test_rounding_modes
Method · 0.72
test_fp_add
Method · 0.72
test_fp_sub
Method · 0.72
test_fp_mul
Method · 0.72
test_fp_div
Method · 0.72
test_fp_sqrt
Method · 0.72
test_fp_fma
Method · 0.72
test_fp_to_sbv
Method · 0.72
test_fp_to_ubv
Method · 0.72
test_fp_to_fp
Method · 0.72
test_fp_fp_to_fp
Method · 0.72
test_fp_real_to_fp
Method · 0.72