Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ RoundTowardNegative
Function
RoundTowardNegative
lean_py/z3/core.py:3325–3326 ·
view source on GitHub ↗
(ctx: Context | None = None)
Source
from the content-addressed store, hash-verified
3323
3324
3325
def
RoundTowardNegative(ctx: Context | None = None) -> FPRMRef:
3326
return
FPRMRef(
"RoundTowardNegative"
)
3327
3328
3329
def
RTN(ctx: Context | None = None) -> FPRMRef:
Callers
2
test_rounding_mode_long_names
Method · 0.90
RTN
Function · 0.85
Calls
1
FPRMRef
Class · 0.85
Tested by
1
test_rounding_mode_long_names
Method · 0.72