Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ div
Function
div
src/pointers/bindings.py:1034–1035 ·
view source on GitHub ↗
(numer: int, denom: int)
Source
from the content-addressed store, hash-verified
1032
1033
1034
def
div(numer: int, denom: int) -> DivT:
1035
return
binding_base(dll.div, numer, denom)
1036
1037
1038
def
ldiv(numer: int, denom: int) -> LDivT:
Callers
1
_
Function · 0.90
Calls
1
binding_base
Function · 0.85
Tested by
1
_
Function · 0.72