Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ RoundNearestTiesToEven
Function
RoundNearestTiesToEven
lean_py/z3/core.py:3301–3302 ·
view source on GitHub ↗
(ctx: Context | None = None)
Source
from the content-addressed store, hash-verified
3299
3300
# Rounding modes
3301
def
RoundNearestTiesToEven(ctx: Context | None = None) -> FPRMRef:
3302
return
FPRMRef(
"RoundNearestTiesToEven"
)
3303
3304
3305
def
RNE(ctx: Context | None = None) -> FPRMRef:
Callers
3
test_rounding_mode_long_names
Method · 0.90
RNE
Function · 0.85
core.py
File · 0.85
Calls
1
FPRMRef
Class · 0.85
Tested by
1
test_rounding_mode_long_names
Method · 0.72