MCPcopy 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
1034def div(numer: int, denom: int) -> DivT:
1035 return binding_base(dll.div, numer, denom)
1036
1037
1038def ldiv(numer: int, denom: int) -> LDivT:

Callers 1

_Function · 0.90

Calls 1

binding_baseFunction · 0.85

Tested by 1

_Function · 0.72